Skip to content

Commit

Permalink
potential gh actions fix (#470)
Browse files Browse the repository at this point in the history
* potential gh actions fix

* yarn skip build
  • Loading branch information
funwithtriangles authored Dec 5, 2024
1 parent 9499751 commit 0920ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: '20'

- name: Install dependencies
run: yarn
run: yarn install --mode=skip-build

- name: Run TypeScript, ESLint, and Prettier checks
run: |
Expand Down

0 comments on commit 0920ff4

Please sign in to comment.