Skip to content

Commit

Permalink
fix: [#1249] Removes validation of PR commit messages from Github wor…
Browse files Browse the repository at this point in the history
…kflow as it will fallback to patch anyway
  • Loading branch information
capricorn86 committed Jan 31, 2024
1 parent c80cc72 commit acaa186
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ jobs:
- name: Install dependencies
if: steps.cache-node-modules.outputs.cache-hit != 'true'
run: npm ci --ignore-scripts

- name: Validate commit messages
run: node ./node_modules/.bin/happy-validate-pr-commit-messages

- name: Compile package
run: npm run compile
Expand Down
4 changes: 0 additions & 4 deletions .husky/prepare-commit-msg

This file was deleted.

0 comments on commit acaa186

Please sign in to comment.