Skip to content

Commit

Permalink
Remove naming convetion ci check (#220)
Browse files Browse the repository at this point in the history
This change switches pbgrub to commit messages without prefix.

Closes #218
  • Loading branch information
konstin committed May 15, 2024
1 parent 89f9dff commit 1c05803
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,3 @@ jobs:
env:
RUSTDOCFLAGS: -D warnings
run: cargo doc --no-deps --document-private-items

check_commit_conventions:
name: Commit messages follow project guidelines
runs-on: ubuntu-latest
if: github.event_name != 'pull_request' || github.event.action == 'enqueued'
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Check commit conventions
uses: wagoid/commitlint-github-action@v6
with:
configFile: .commitlintrc.yml

0 comments on commit 1c05803

Please sign in to comment.