Skip to content
This repository was archived by the owner on Feb 14, 2024. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8d9b284

Browse files
committedOct 11, 2023
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

+1-1
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)
This repository has been archived.