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 7c52978 commit c3a3242
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ jobs:
trunk-check:
runs-on: ubuntu-latest
steps:
- name: Check Out Repository
uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 'lts/Hydrogen'
- uses: actions/checkout@v3
node-version: lts/Hydrogen
- name: Install Dependencies
run: |
corepack enable
yarn install --immutable --immutable-cache --check-cache
corepack enable
yarn install --immutable --immutable-cache --check-cache
- name: Trunk Check
uses: trunk-io/[email protected]
13 changes: 13 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
nodeLinker: node-modules
supportedArchitectures:
os:
- darwin
- linux
- win32
cpu:
- x64
- x86
- arm
- ia32
libc:
- glibc
- musl

0 comments on commit c3a3242

Please sign in to comment.