Skip to content

Commit 4e95365

Browse files
committed
fix: lint ci setup
1 parent 507d417 commit 4e95365

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,5 @@ jobs:
1414
path: |
1515
~/.bun/install/cache
1616
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lockb') }}
17-
- if: steps.cache-packages.outputs.cache-hit != 'true'
18-
run: bun i --frozen-lockfile
19-
17+
- run: bun i --frozen-lockfile
2018
- run: bun lint

0 commit comments

Comments
 (0)