chore: remove bun.lockb
All checks were successful
CI / Test (pull_request) Successful in 38s

This commit is contained in:
2025-03-25 21:50:59 +01:00
parent 8e425b4f12
commit 074a9aa4ab
3 changed files with 5 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ jobs:
bun-version-file: ".bun-version"
- name: Install dependencies
run: bun install --frozen-lockfile
run: bun install
- name: Run lint
run: bun run check:code