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 2ec5f28 commit d189657Copy full SHA for d189657
.github/workflows/ci.yml
@@ -21,5 +21,5 @@ jobs:
21
node-version: ${{ matrix.node-version }}
22
cache: yarn
23
- run: yarn install --frozen-lockfile
24
- - run: yarn lint:js
+ - run: yarn lint
25
- run: yarn test
0 commit comments