Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
fix: non-approved GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
Ladislav Prskavec committed Nov 13, 2021
1 parent a264668 commit 0d23359
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-docs-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v2
- run: yarn install
- run: npx commitlint --from HEAD~${{ github.event.pull_request.commits }} --to HEAD

quality-checks:

Expand Down

0 comments on commit 0d23359

Please sign in to comment.