File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed
Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1212 - ' go/**'
1313 - ' .github/workflows/go-*.yml'
1414
15- permissions :
16- contents : read
17- pull-requests : read
18- checks : write
19-
2015jobs :
2116 golangci :
22- name : lint
17+ name : Lint
2318 runs-on : ubuntu-latest
19+ permissions :
20+ contents : read
21+ pull-requests : read
22+ checks : write
23+
2424 steps :
2525 - uses : actions/checkout@v4
2626
Original file line number Diff line number Diff line change @@ -17,17 +17,17 @@ jobs:
1717
1818 steps :
1919 - uses : actions/checkout@v4
20-
20+
2121 - name : Setup Node.js
2222 uses : actions/setup-node@v4
2323 with :
2424 node-version : ' 20'
25-
25+
2626 - name : Setup pnpm
2727 uses : pnpm/action-setup@v2
2828 with :
2929 version : ' 9'
30-
30+
3131 - name : Install dependencies
3232 working-directory : typescript
3333 run : pnpm install
3838
3939 - name : Type check
4040 working-directory : typescript
41- run : pnpm tsc --noEmit
41+ run : pnpm tsc --noEmit
Original file line number Diff line number Diff line change 3838
3939 - name : Run tests
4040 working-directory : typescript
41- run : pnpm test
41+ run : pnpm test
You can’t perform that action at this time.
0 commit comments