File tree 4 files changed +6
-10
lines changed
4 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 12
12
steps :
13
13
- name : Install pnpm
14
14
uses : pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
15
+ with :
16
+ version : 9
15
17
16
18
- name : Setup Node
17
19
uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
21
23
cache : " pnpm"
22
24
cache-dependency-path : ${{ inputs.directory }}/pnpm-lock.yaml
23
25
24
- - name : Install root node_modules
25
- shell : bash
26
- run : ./scripts/pnpm_install.sh
27
-
28
26
- name : Install node_modules
29
27
shell : bash
30
28
run : ../scripts/pnpm_install.sh
Original file line number Diff line number Diff line change @@ -10,16 +10,15 @@ jobs:
10
10
lint :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v4
13
+ - name : Checkout
14
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
14
15
with :
15
16
fetch-depth : 0
16
17
17
18
- name : Setup Node
18
19
uses : ./.github/actions/setup-node
19
- with :
20
- directory : " site"
21
20
22
- - uses : tj-actions/changed-files@v45
21
+ - uses : tj-actions/changed-files@bab30c2299617f6615ec02a68b9a40d10bd21366 # v45.0.5
23
22
id : changed-files
24
23
with :
25
24
files : " docs/**/*.md"
Original file line number Diff line number Diff line change @@ -661,7 +661,7 @@ examples/examples.gen.json: scripts/examplegen/main.go examples/examples.go $(sh
661
661
go run ./scripts/examplegen/main.go > examples/examples.gen.json
662
662
cd site
663
663
../scripts/pnpm_install.sh
664
- pnpm exec biome format --write examples/examples.gen.json
664
+ pnpm exec biome format --write ../ examples/examples.gen.json
665
665
666
666
coderd/rbac/object_gen.go : scripts/typegen/rbacobject.gotmpl scripts/typegen/main.go coderd/rbac/object.go coderd/rbac/policy/policy.go
667
667
go run scripts/typegen/main.go rbac object > coderd/rbac/object_gen.go
Original file line number Diff line number Diff line change 4
4
"repository" : " https://github.com/coder/coder" ,
5
5
"private" : true ,
6
6
"license" : " AGPL-3.0" ,
7
- "packageManager" :
" [email protected] " ,
8
7
"scripts" : {
9
8
"build" : " NODE_ENV=production pnpm vite build" ,
10
9
"check" : " biome check --error-on-warnings e2e/ src/" ,
You can’t perform that action at this time.
0 commit comments