Skip to content

Commit 8685736

Browse files
authored
Update check_pr.yaml (#548)
1 parent f0ef5fc commit 8685736

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check_pr.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Build package
3232
id: build-package
3333
continue-on-error: true
34-
run: npm run Build
34+
run: npm run build
3535

3636
check-file-names:
3737
runs-on: ubuntu-latest
@@ -71,4 +71,4 @@ jobs:
7171

7272
- name: Check title case in markdown files
7373
id: check-title-case
74-
run: npm run check:title-case
74+
run: npm run check:title-case

0 commit comments

Comments
 (0)