blob: 792ca65fc1b6aaa6f11f37ffd5ad0494a2c41437 [file] [log] [blame]
name: linters
on:
pull_request: {}
push:
branches:
- main
jobs:
verify-github-workflows:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.0.2
- run: ./hack/generate-github-workflows
- run: git diff --exit-code