Skip to content

Commit fd1d781

Browse files
committed
Fix checks GitHub workflow
1 parent 4334390 commit fd1d781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Checkout
5252
uses: actions/checkout@v2
5353
- name: Install dependencies
54-
run: make install
54+
run: yarn --cwd "$scripts" install --frozen-lockfile
5555
- name: Lint
5656
run: yarn --cwd "$scripts" run lint
5757
- name: Check formatting

0 commit comments

Comments
 (0)