mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-05 14:33:09 +02:00
Update .forgejo/workflows/lint.yml
This commit is contained in:
parent
9d88343ce6
commit
36714930d1
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ jobs:
|
|||
- uses: https://code.forgejo.org/actions/setup-node@v4
|
||||
with:
|
||||
node-version-file: '.node-version'
|
||||
cache: 'pnpm'
|
||||
cache: 'pnpm'
|
||||
- run: corepack enable
|
||||
- run: pnpm i --frozen-lockfile
|
||||
- run: pnpm --filter ${{ matrix.workspace }} run eslint
|
||||
|
|
Loading…
Reference in a new issue