Skip to content

Commit 4770588

Browse files
committed
ci(actions): properly using github actions cache with yarn
1 parent acdcf78 commit 4770588

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/check.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ jobs:
3434
env:
3535
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3636
- name: Lint
37-
run: |
38-
ls -la .
39-
yarn affected:lint
37+
run: yarn affected:lint
4038
env:
4139
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4240
- name: Test

0 commit comments

Comments
 (0)