Skip to content

Commit

Permalink
fix: commit lint dependencies issue (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
scolladon authored Feb 16, 2023
1 parent b5321db commit aac9d5d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,15 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Setup node
uses: ./.github/actions/install


- name: Lint commits
uses: wagoid/commitlint-github-action@v5
env:
NODE_PATH: ${{ github.workspace }}/node_modules
continue-on-error: true

pull-request-lint:
Expand Down

0 comments on commit aac9d5d

Please sign in to comment.