Skip to content

Commit 025daab

Browse files
committed
update build CI script
1 parent 0a168af commit 025daab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
jobs:
1010
build:
1111
runs-on: ubuntu-latest
12+
1213
steps:
1314
- name: Checkout
1415
uses: actions/checkout@v3
@@ -23,7 +24,7 @@ jobs:
2324
run: |
2425
set -eux
2526
jlpm
26-
jlpm run lint:check
27+
jlpm eslint:check
2728
2829
- name: Test the extension
2930
run: |

0 commit comments

Comments
 (0)