2
2
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:
Ronan Jouchet 2022-02-06 17:55:20 -05:00
parent 5de8a307ab
commit 5ce6c24a3f

View File

@ -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