Skip to content

Commit 1c05803

Browse files
authored
Remove naming convetion ci check (#220)
This change switches pbgrub to commit messages without prefix. Closes #218
1 parent 89f9dff commit 1c05803

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,3 @@ jobs:
5252
env:
5353
RUSTDOCFLAGS: -D warnings
5454
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-
with:
67-
configFile: .commitlintrc.yml

0 commit comments

Comments
 (0)