diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 287551ef..112d2ba2 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -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