Skip to content

Commit

Permalink
fixup! tools: fix commit-lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Oct 31, 2021
1 parent d6067e7 commit d66b5f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/commit-lint.yml
Expand Up @@ -19,7 +19,6 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ env.NODE_VERSION }}
- run: git log -${{ github.event.pull_request.commits }} HEAD^
- name: Validate commit messages
run: |
echo "::add-matcher::.github/workflows/commit-lint-problem-matcher.json"
Expand Down

0 comments on commit d66b5f7

Please sign in to comment.