From 4291b618109fbaebc0ab082101b0c23020fe5f53 Mon Sep 17 00:00:00 2001 From: Veetaha Date: Wed, 26 Feb 2020 21:05:27 +0200 Subject: vscode: added audit at ci --- .github/workflows/ci.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8ab47106d..2df40a83c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 -- cgit v1.2.3