File tree Expand file tree Collapse file tree 3 files changed +321
-1908
lines changed Expand file tree Collapse file tree 3 files changed +321
-1908
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments