Skip to content

Fix typo in CI

Fix typo in CI #4

Workflow file for this run

name: checks
on:
pull_request:
branches: [main]
jobs:
fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: terraform fmt -check
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: terraform init -backend=false
- run: terraform validate