mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 09:57:29 -07:00
Update lint.yml
🤔
This commit is contained in:
parent
50046c454d
commit
79d2a425ef
1 changed files with 3 additions and 4 deletions
7
.github/workflows/lint.yml
vendored
7
.github/workflows/lint.yml
vendored
|
@ -14,16 +14,15 @@ jobs:
|
|||
workspace:
|
||||
- backend
|
||||
- client
|
||||
- sw
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: false
|
||||
submodules: true
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18.x
|
||||
cache: 'yarn'
|
||||
- run: corepack enable
|
||||
- run: yarn install
|
||||
- run: yarn install --immutable
|
||||
- run: yarn workspaces ${{ matrix.workspace }} lint
|
||||
|
||||
|
|
Loading…
Reference in a new issue