Skip to content
Prev Previous commit
Next Next commit
fixup! fixup! fixup! tools: fix commit-lint GH Actions CI
  • Loading branch information
aduh95 committed Nov 17, 2021
commit b53176b758c6ff19945ef28791e65e3e3f3c1fb2
2 changes: 1 addition & 1 deletion .github/workflows/commit-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ env.NODE_VERSION }}
- run: git --no-pager log HEAD^
- run: git --no-pager log
- name: Validate commit message
run: |
echo "::add-matcher::.github/workflows/commit-lint-problem-matcher.json"
Expand Down