name: Check Commit permissions: {} on: push: branches: [ "*" ] pull_request: branches: [ "*" ] concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true jobs: commit_lint: runs-on: ubuntu-20.04 steps: - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 with: fetch-depth: 0 - uses: wagoid/commitlint-github-action@5ce82f5d814d4010519d15f0552aec4f17a1e1fe #v5.4.5 with: firstParent: true