Skip to content

Commit

Permalink
ci(github): limit commit linting to 50 last commits in Lint job
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangabriele committed Jun 20, 2024
1 parent 0506aea commit 7b21230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install
uses: ./.github/actions/install
- name: Lint commits (last 100)
run: yarn commitlint --from HEAD~99 --to HEAD -V
run: yarn commitlint --from HEAD~49 --to HEAD -V
- name: Lint code
run: yarn test:lint

Expand Down

0 comments on commit 7b21230

Please sign in to comment.