mirror of
https://github.com/actions/cache.git
synced 2025-06-23 19:08:03 +02:00
Fix lint on Windows (#89)
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user