Skip to content

Commit 185c56c

Browse files
committed
Updates link workflow
1 parent e6b6753 commit 185c56c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ jobs:
99
- uses: actions/setup-node@v1
1010
with:
1111
node-version: 10
12-
- run: yarn
13-
- run: yarn style:check
12+
- run: npm i
13+
- run: npm run style:check

0 commit comments

Comments
 (0)