Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
sosnovsky committed May 27, 2024
1 parent 4ac12b2 commit 6f2441d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,11 @@ jobs:

- name: Install ESLint
run: |
npm install
npm install --ignore-scripts
npm install @microsoft/[email protected]
- name: Run ESLint
run: npx eslint .
--ext ts extension test tooling
--format @microsoft/eslint-formatter-sarif
--output-file eslint-results.sarif
run: SARIF_ESLINT_IGNORE_SUPPRESSED=true npm run test_eslint_ci
continue-on-error: true

- name: Upload analysis results to GitHub
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
"test_local_chrome_consumer_mock_headless": "xvfb-run npm run test_local_chrome_consumer_mock",
"test_stylelint": "stylelint extension/css/cryptup.css extension/css/settings.css extension/css/webmail.css && stylelint extension/**/*.htm --custom-syntax postcss-html",
"test_eslint": "eslint --ext ts extension test tooling",
"test_eslint_ci": "npm run test_eslint -- --format @microsoft/eslint-formatter-sarif --output-file eslint-results.sarif",
"test_patterns": "node build/test/test/source/patterns.js",
"test_async_stack": "node build/test/test/source/async-stack.js",
"test_buf": "npx ava --timeout=3m --verbose --concurrency=10 build/test/test/source/buf.js",
Expand Down

0 comments on commit 6f2441d

Please sign in to comment.