File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : ' Check types'
1+ name : Check types
22
33on :
4- - ' push'
5- - ' pull_request'
4+ - push
5+ - pull_request
66
77jobs :
88 build :
9- runs-on : ' ubuntu-latest'
9+ runs-on : ubuntu-latest
1010 steps :
11- - uses : ' actions/checkout@v4'
12- - name : ' Install pnpm'
13- uses : ' pnpm/action-setup@v4'
14- with :
15- version : 9
16- - name : ' Use Node'
17- uses : ' actions/setup-node@v4'
18- with :
19- node-version : 20
20- cache : ' pnpm'
21- cache-dependency-path : ' **/pnpm-lock.yaml'
22- - name : ' Check types'
23- working-directory : ./backend
24- run : pnpm install && pnpm check
11+ - uses : actions/checkout@v4
12+ - name : Install pnpm
13+ uses : pnpm/action-setup@v4
14+ with :
15+ version : 9
16+ - name : Use Node
17+ uses : actions/setup-node@v4
18+ with :
19+ node-version : 20
20+ cache : pnpm
21+ cache-dependency-path : **/pnpm-lock.yaml
22+ - name : Check types
23+ run : pnpm install && pnpm check
You can’t perform that action at this time.
0 commit comments