diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/main.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 25e89bb..55a57c0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml | |||
| @@ -10,6 +10,15 @@ on: | |||
| 10 | workflow_dispatch: | 10 | workflow_dispatch: |
| 11 | 11 | ||
| 12 | jobs: | 12 | jobs: |
| 13 | lint: | ||
| 14 | runs-on: ubuntu-latest | ||
| 15 | steps: | ||
| 16 | - uses: actions/checkout@v2 | ||
| 17 | - uses: goto-bus-stop/setup-zig@v1 | ||
| 18 | with: | ||
| 19 | version: master | ||
| 20 | - run: zig fmt --check *.zig | ||
| 21 | |||
| 13 | build: | 22 | build: |
| 14 | strategy: | 23 | strategy: |
| 15 | matrix: | 24 | matrix: |