We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac70b53 commit 859db51Copy full SHA for 859db51
.github/workflows/lint.yml
@@ -13,5 +13,7 @@ jobs:
13
- run: npm install
14
15
working-directory: ./frontend
16
- - run: npm run lint
+ - run: npm run lint-vscode
17
+ name: Lint VSCode
18
- run: npm run lint-frontend
19
+ name: Lint Frontend
0 commit comments