Skip to content

Commit

Permalink
CI: no cache in lint step
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy Razon committed Nov 23, 2023
1 parent f3dbb08 commit 2f1549f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- run: yarn

- run: yarn lint
- run: yarn lint --no-cache

- run: yarn && yarn lint
- run: yarn && yarn lint --no-cache
working-directory: tunnel-server

0 comments on commit 2f1549f

Please sign in to comment.