We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a34d29 commit 4fe147dCopy full SHA for 4fe147d
2 files changed
.github/workflows/ci.yml
@@ -33,6 +33,11 @@ jobs:
33
- name: Install dependencies
34
run: bun install --frozen-lockfile
35
36
+ - name: Verify Nix lockfile is up to date
37
+ run: |
38
+ bun run nix:update-lock
39
+ git diff --exit-code nix/bun.lock.nix
40
+
41
- name: Format check
42
run: bun run format:check
43
.github/workflows/pr-ci.yml
@@ -36,6 +36,11 @@ jobs:
44
45
46
0 commit comments