Skip to content

Commit

Permalink
fixup! doc: update README to test PR squashing
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Oct 30, 2021
1 parent 2f4a821 commit 0f48207
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/commit-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ jobs:
- name: Validate commit messages
run: |
echo "::add-matcher::.github/workflows/commit-lint-problem-matcher.json"
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 comments on commit 0f48207

Please sign in to comment.