Skip to content

Commit

Permalink
DO not use a cache strat.
Browse files Browse the repository at this point in the history
  • Loading branch information
dipack95 committed Mar 14, 2024
1 parent ed77213 commit b0096dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
with:
node-version: 20.x
- run: yarn
- run: yarn lint --quiet --fix --cache-strategy content && git diff --exit-code
- run: yarn lint --quiet --fix && git diff --exit-code

build-to-npm:
if: github.ref == 'refs/heads/main'
Expand Down

0 comments on commit b0096dc

Please sign in to comment.