Skip to content

Commit 859db51

Browse files
committed
Update lint.yml
1 parent ac70b53 commit 859db51

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/lint.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@ jobs:
1313
- run: npm install
1414
- run: npm install
1515
working-directory: ./frontend
16-
- run: npm run lint
16+
- run: npm run lint-vscode
17+
name: Lint VSCode
1718
- run: npm run lint-frontend
19+
name: Lint Frontend

0 commit comments

Comments
 (0)