mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 07:04:22 +00:00
vscode: added audit at ci
This commit is contained in:
parent
d1e7a20c00
commit
4291b61810
1 changed files with 6 additions and 1 deletions
7
.github/workflows/ci.yaml
vendored
7
.github/workflows/ci.yaml
vendored
|
@ -79,7 +79,7 @@ jobs:
|
|||
if: matrix.os == 'windows-latest'
|
||||
run: Remove-Item ./target/debug/xtask.exe
|
||||
|
||||
type-script:
|
||||
typescript:
|
||||
name: TypeScript
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
|
@ -96,7 +96,12 @@ jobs:
|
|||
|
||||
- run: npm ci
|
||||
working-directory: ./editors/code
|
||||
|
||||
- run: npm audit
|
||||
working-directory: ./editors/code
|
||||
|
||||
- run: npm run fmt
|
||||
working-directory: ./editors/code
|
||||
|
||||
- run: npm run package --scripts-prepend-node-path
|
||||
working-directory: ./editors/code
|
||||
|
|
Loading…
Reference in a new issue