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 7dd8f51 commit 0d5ae53Copy full SHA for 0d5ae53
.github/workflows/pr.yml
@@ -13,6 +13,6 @@ jobs:
13
node-version: '18'
14
cache: 'npm'
15
- run: npm ci
16
- - run: npm run lint:js
+ - run: npm run lint
17
- run: npm run test:types
18
- run: npm run test:ci
0 commit comments