We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 551712d commit a5ada9eCopy full SHA for a5ada9e
.github/workflows/node.js.yml
@@ -24,5 +24,5 @@ jobs:
24
uses: actions/setup-node@v1
25
with:
26
node-version: ${{ matrix.node-version }}
27
- - run: npm ci
28
- - run: npm run lint
+ - run: yarn
+ - run: yarn run lint
0 commit comments