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
1 changed files with 1 additions and 1 deletions

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