Skip to content

Commit 94fb7fc

Browse files
authored
Merge pull request #1250 from capricorn86/1249-remove-validation-of-commit-messages-in-prs
fix: [#1249] Removes validation of PR commit messages from Github wor…
2 parents c80cc72 + acaa186 commit 94fb7fc

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.github/workflows/pull_request.yml

-3
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ jobs:
4848
- name: Install dependencies
4949
if: steps.cache-node-modules.outputs.cache-hit != 'true'
5050
run: npm ci --ignore-scripts
51-
52-
- name: Validate commit messages
53-
run: node ./node_modules/.bin/happy-validate-pr-commit-messages
5451

5552
- name: Compile package
5653
run: npm run compile

.husky/prepare-commit-msg

-4
This file was deleted.

0 commit comments

Comments
 (0)