Skip to content

Commit

Permalink
ci: Fix naming of Conventional Commits job (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspermarstal authored Sep 8, 2024
1 parent d10f0d4 commit a1317e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
run: cargo clippy --all-targets --no-default-features --features pg${{ matrix.pg }} -- -D warnings
commitlint:
runs-on: ubuntu-latest
name: Convention Commits
name: Conventional Commits
steps:
- name: Run commitlint
uses: opensource-nepal/commitlint@v1
Expand Down

0 comments on commit a1317e5

Please sign in to comment.