Skip to content

Commit

Permalink
ci(editor): add lint and compile checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Sysix committed Nov 18, 2024
1 parent 2b24050 commit 8761bb6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_vscode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Compile VSCode
working-directory: editors/vscode
run: pnpm run compile

lint:
name: Lint
runs-on: ubuntu-latest
Expand All @@ -40,4 +40,4 @@ jobs:

- name: Lint VSCode
working-directory: editors/vscode
run: pnpm run lint
run: pnpm run lint
10 changes: 5 additions & 5 deletions editors/vscode/oxlint.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"categories": {
"correctness": "error",
"perf": "error"
}
}
"categories": {
"correctness": "error",
"perf": "error"
}
}

0 comments on commit 8761bb6

Please sign in to comment.