We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 507d417 commit 4e95365Copy full SHA for 4e95365
.github/workflows/lint.yml
@@ -14,7 +14,5 @@ jobs:
14
path: |
15
~/.bun/install/cache
16
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lockb') }}
17
- - if: steps.cache-packages.outputs.cache-hit != 'true'
18
- run: bun i --frozen-lockfile
19
-
+ - run: bun i --frozen-lockfile
20
- run: bun lint
0 commit comments