Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/falling-option-for-throttle' int…
Browse files Browse the repository at this point in the history
…o falling-option-for-throttle
  • Loading branch information
crishoj committed Jul 21, 2024
2 parents 745942a + 5ebdfee commit 4bc45f9
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,7 @@ jobs:
cache: pnpm
- run: pnpm install
- run: pnpm install @commitlint/config-conventional@19.x
- name: Lint
run: pnpm lint
- name: Check PR Title
run: echo "$PR_TITLE" | pnpm -s dlx commitlint@19.x

- name: Refresh Bundle Impact
uses: actions/github-script@v6
if: ${{ github.head_ref != 'next' }}
Expand All @@ -54,3 +51,9 @@ jobs:
script: |
const { run } = require('./scripts/pr-bundle-impact.cjs');
run({ github, core, context });
- name: Lint
run: pnpm lint

- name: Check PR Title
run: echo "$PR_TITLE" | pnpm -s dlx commitlint@19.x

0 comments on commit 4bc45f9

Please sign in to comment.