mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2025-01-03 06:10:20 +00:00
Fix lint not running in CI
This commit is contained in:
parent
5de8a307ab
commit
5ce6c24a3f
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -41,6 +41,6 @@ jobs:
|
||||
# Will also (through `prepare` hook): 1. install ./app, and 2. build
|
||||
- run: npm ci --no-fund
|
||||
# Only run linter once, for faster CI. Align the versions of Node here with above and publish.yml.
|
||||
- if: matrix.platform == 'ubuntu-latest' && matrix.node-version == '17.x'
|
||||
- if: matrix.platform == 'ubuntu-latest' && matrix.node-version == '17'
|
||||
run: npm run lint
|
||||
- run: npm test
|
||||
|
Loading…
Reference in New Issue
Block a user