+6
-11
.tangled/workflows/lint.yml
+6
-11
.tangled/workflows/lint.yml
···
6
6
7
7
dependencies:
8
8
nixpkgs:
9
-
- nodejs
9
+
- nodejs_24
10
+
10
11
steps:
11
-
# - name: install
12
-
# command: pnpm i --frozen-lockfile
12
+
- name: install
13
+
command: pnpm i --frozen-lockfile
13
14
14
-
- name: debug
15
-
command: |
16
-
mkdir -p $out/bin
17
-
corepack enable --install-directory $out/bin
18
-
pnpm install --frozen-lockfile
19
-
20
-
# - name: lint
21
-
# command: pnpm typecheck
15
+
- name: lint
16
+
command: pnpm typecheck