diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a758d3a..f378cf9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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