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 4334390 commit fd1d781Copy full SHA for fd1d781
.github/workflows/checks.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Checkout
52
uses: actions/checkout@v2
53
- name: Install dependencies
54
- run: make install
+ run: yarn --cwd "$scripts" install --frozen-lockfile
55
- name: Lint
56
run: yarn --cwd "$scripts" run lint
57
- name: Check formatting
0 commit comments