mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-04-22 08:43:55 +08:00
Fix lint on Windows
This commit is contained in:
parent
fb50aa45ec
commit
7d79d78941
3 changed files with 12 additions and 15 deletions
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
|
@ -32,11 +32,9 @@ jobs:
|
|||
- run: npm ci
|
||||
|
||||
- name: Prettier Format Check
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
run: npm run format-check
|
||||
|
||||
- name: ESLint Check
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
run: npm run lint
|
||||
|
||||
- name: Build & Test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue