We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89f9dff commit 1c05803Copy full SHA for 1c05803
.github/workflows/ci.yml
@@ -52,16 +52,3 @@ jobs:
52
env:
53
RUSTDOCFLAGS: -D warnings
54
run: cargo doc --no-deps --document-private-items
55
-
56
- check_commit_conventions:
57
- name: Commit messages follow project guidelines
58
- runs-on: ubuntu-latest
59
- if: github.event_name != 'pull_request' || github.event.action == 'enqueued'
60
- steps:
61
- - uses: actions/checkout@v4
62
- with:
63
- fetch-depth: 0
64
- - name: Check commit conventions
65
- uses: wagoid/commitlint-github-action@v6
66
67
- configFile: .commitlintrc.yml
0 commit comments