-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters