Skip to content

Commit 6229e64

Browse files
authored
1 parent d54e659 commit 6229e64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: check PR to master
1+
name: check PR to main branch
22

33
on:
44
pull_request:
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- name: Install npm dependencies
1313
run: |
14-
npm ci
14+
npm i
1515
- name: build
1616
run: |
1717
npm run build

0 commit comments

Comments
 (0)