Skip to content

Commit

Permalink
ci: update commitlint config
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealWaldo committed May 22, 2024
1 parent 845a572 commit cbd96ec
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
File renamed without changes.
9 changes: 7 additions & 2 deletions .github/workflows/pull.yaml → .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,13 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Pull request linter action
uses: JulienKode/[email protected]
- name: Validate Pull Request Message
run: |
cat << 'EOM' | npx commitlint --verbose --config commitlint.config.mjs
${{ github.event.pull_request.title }}
${{ github.event.pull_request.body }}
EOM
- name: Commit Linter
env:
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit cbd96ec

Please sign in to comment.