Skip to content
This repository was archived by the owner on Feb 14, 2024. It is now read-only.

Commit 8d9b284

Browse files
committed
Fix linting later
1 parent 59c1dbb commit 8d9b284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Lint
4848
run: |
49-
jlpm run lint:check
49+
jlpm run eslint:check
5050
5151
- name: Build the extension
5252
run: python -m build

0 commit comments

Comments
 (0)