github.com/aiven/aiven-go-client@v1.36.0/.github/workflows/lint.yml (about) 1 name: Lint 2 3 on: 4 push: 5 branches: 6 - main 7 pull_request: 8 branches: 9 - main 10 11 jobs: 12 commitlint: 13 runs-on: ubuntu-latest 14 steps: 15 - uses: actions/checkout@v3 16 with: 17 fetch-depth: 0 18 - uses: wagoid/commitlint-github-action@v5