Skip to content

Commit

Permalink
feat(ci): Add check for conventional commits (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspermarstal authored Aug 8, 2024
1 parent 2748e32 commit 50569b3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,10 @@ jobs:
cargo pgrx init --pg${{ matrix.pg }} download
- name: Run clippy
run: cargo clippy --all-targets --no-default-features --features pg${{ matrix.pg }} -- -D warnings
commitlint:
runs-on: ubuntu-latest
name: Convention Commits
steps:
- name: Run commitlint
uses: opensource-nepal/commitlint@v1

0 comments on commit 50569b3

Please sign in to comment.