blob: 792ca65fc1b6aaa6f11f37ffd5ad0494a2c41437 [file] [log] [blame]
Mohammed Naser5002f7e2022-08-29 21:59:28 -04001name: linters
2on:
3 pull_request: {}
4 push:
5 branches:
6 - main
7
8jobs:
9 verify-github-workflows:
10 runs-on: ubuntu-latest
11 steps:
12 - uses: actions/checkout@v3.0.2
13 - run: ./hack/generate-github-workflows
14 - run: git diff --exit-code