fix verifier.zig for newer zig versions, fix coroutinez.json #116
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Repository Validation | |
| on: | |
| push: | |
| branches: [ main ] | |
| pull_request: | |
| branches: [ main ] | |
| jobs: | |
| verify: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v2 | |
| - name: Setup Zig | |
| uses: goto-bus-stop/setup-zig@v1 | |
| with: | |
| version: master | |
| - name: Run verification | |
| run: | | |
| zig build verify |