Skip to content

Commit 4ca0e15

Browse files
angelapwenaeisenberg
authored andcommitted
Merge pull request #3712 from github/dependabot/npm_and_yarn/extensions/ql-vscode/storybook-0a7f14e096
Bump the storybook group in /extensions/ql-vscode with 12 updates
2 parents c5fc526 + 9aa2b7f commit 4ca0e15

File tree

3 files changed

+321
-1908
lines changed

3 files changed

+321
-1908
lines changed

.github/workflows/main.yml

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,6 @@ jobs:
7979
run: |
8080
npm run check-types
8181
82-
- name: Lint
83-
working-directory: extensions/ql-vscode
84-
env:
85-
NODE_OPTIONS: '--max-old-space-size=4096'
86-
run: |
87-
npm run lint
88-
8982
- name: Lint Markdown
9083
working-directory: extensions/ql-vscode
9184
run: |
@@ -101,6 +94,20 @@ jobs:
10194
run: |
10295
npm run find-deadcode
10396
97+
- name: Lint
98+
working-directory: extensions/ql-vscode
99+
env:
100+
NODE_OPTIONS: '--max-old-space-size=4096'
101+
run: |
102+
npm run lint-ci
103+
104+
- name: Upload ESLint results to Code Scanning
105+
if: "${{ !cancelled() }}"
106+
uses: github/codeql-action/upload-sarif@main
107+
with:
108+
sarif_file: extensions/ql-vscode/build/eslint.sarif
109+
category: eslint
110+
104111
generated:
105112
name: Check generated code
106113
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)