File tree Expand file tree Collapse file tree 2 files changed +8
-47
lines changed Expand file tree Collapse file tree 2 files changed +8
-47
lines changed Original file line number Diff line number Diff line change 1
1
name : CI
2
2
3
3
on :
4
+ push :
5
+ branches :
6
+ - " *"
4
7
pull_request :
5
8
branches :
6
9
- main
7
- push :
8
- branches-ignore :
9
- - main
10
10
11
- # Cancel in-progress runs on new commits to same PR
12
- concurrency :
13
- group : ${{ github.workflow }}-${{ github.ref }}
14
- cancel-in-progress : true
11
+ permissions :
12
+ contents : read
15
13
16
14
jobs :
17
- build-and-test :
15
+ ci :
18
16
runs-on : ubuntu-latest
19
17
steps :
20
18
- uses : actions/checkout@v3
21
19
22
- - uses : pnpm/action-setup@v4
20
+ - uses : pnpm/action-setup@v2
23
21
with :
24
22
version : 10.2.1
25
23
28
26
node-version : 18
29
27
30
28
- name : Install dependencies
31
- run : pnpm install
29
+ run : pnpm install --frozen-lockfile
32
30
33
31
- name : Build
34
32
run : pnpm build:ci
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments