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 e6b6753 commit 185c56cCopy full SHA for 185c56c
.github/workflows/lint.yml
@@ -9,5 +9,5 @@ jobs:
9
- uses: actions/setup-node@v1
10
with:
11
node-version: 10
12
- - run: yarn
13
- - run: yarn style:check
+ - run: npm i
+ - run: npm run style:check
0 commit comments