Skip to content

Commit d66b5f7

Browse files
committed
fixup! tools: fix commit-lint workflow
1 parent d6067e7 commit d66b5f7

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
@@ -19,7 +19,6 @@ jobs:
1919
uses: actions/setup-node@v2
2020
with:
2121
node-version: ${{ env.NODE_VERSION }}
22-
- run: git log -${{ github.event.pull_request.commits }} HEAD^
2322
- name: Validate commit messages
2423
run: |
2524
echo "::add-matcher::.github/workflows/commit-lint-problem-matcher.json"

0 commit comments

Comments
 (0)