1# Not run as part of pre-commit checks because they don't handle sending the correct commit 2# range to `committed` 3name: Lint Commits 4on: [pull_request] 5 6jobs: 7 committed: 8 name: Lint Commits 9 runs-on: ubuntu-latest 10 steps: 11 - name: Checkout Actions Repository 12 uses: actions/checkout@v3 13 with: 14 fetch-depth: 0 15 - name: Lint Commits 16 uses: crate-ci/committed@master 17