Skip to content

Commit 0f48207

Browse files
committed
fixup! doc: update README to test PR squashing
1 parent 2f4a821 commit 0f48207

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/commit-lint.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,3 @@ jobs:
2222
- name: Validate commit messages
2323
run: |
2424
echo "::add-matcher::.github/workflows/commit-lint-problem-matcher.json"
25-
git log --oneline ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }} | grep -v -e fixup -e squash | awk '{ print $1 }' | xargs npx -q core-validate-commit --no-validate-metadata --tap

0 commit comments

Comments
 (0)