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 8761bb6 commit ba16dbe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci_vscode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,19 @@ on:
pull_request:
types: [opened, synchronize]
paths:
- "pnpnm-lock.yaml"
- "crates/oxc_language_server/**"
- "editors/vscode/**"
- ".github/worfkflows/ci_vscode.yml"
push:
branches:
- main
- "renovate/**"
paths:
- "pnpnm-lock.yaml"
- "crates/oxc_language_server/**"
- "editors/vscode/**"
- ".github/worfkflows/ci_vscode.yml"

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
Expand Down

0 comments on commit ba16dbe

Please sign in to comment.