Skip to content

Update terraform.tfvars to add Andarist #525

Update terraform.tfvars to add Andarist

Update terraform.tfvars to add Andarist #525

Workflow file for this run

---
name: Pull Request CI
on:
pull_request:
branches:
- main
# Allows for running this workflow manually from the GitHub Actions UI
workflow_dispatch:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: cachix/install-nix-action@v19
- run: nix fmt