Skip to content

Commit

Permalink
yarn skip build
Browse files Browse the repository at this point in the history
  • Loading branch information
funwithtriangles committed Dec 5, 2024
1 parent 074f4bb commit f8cbbbe
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,8 @@ jobs:
with:
node-version: '20'

- name: Install Yarn
run: corepack enable && corepack prepare [email protected] --activate # Specify the Yarn version you're using

- name: Cache Yarn dependencies
uses: actions/cache@v3
with:
path: |
.yarn/cache
node_modules
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- name: Install dependencies
run: yarn install --immutable --check-cache # Immutable mode to ensure lock file consistency
run: yarn install --mode=skip-build

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

0 comments on commit f8cbbbe

Please sign in to comment.