Skip to content

Commit

Permalink
ci(yarn): update lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewMamdouh committed Aug 28, 2024
1 parent f54418a commit 08ea9ed
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,14 @@ jobs:
steps:
- name: Check Out Repository
uses: actions/checkout@v4
- name: Install Node.js
- name: Enable Corepack
run: corepack enable
- name: Use Node.js v18
uses: actions/setup-node@v4
with:
node-version: lts/Hydrogen
corepack: true
cache: yarn
- name: Install Dependencies
run: |
corepack enable
yarn install --immutable --immutable-cache --check-cache
run: yarn install --immutable --immutable-cache --check-cache
- name: Trunk Check
uses: trunk-io/[email protected]

0 comments on commit 08ea9ed

Please sign in to comment.