chore: update gh actions
This commit is contained in:
parent
a36d622634
commit
3e50de0941
2 changed files with 2 additions and 11 deletions
11
.github/workflows/eslint.yml
vendored
11
.github/workflows/eslint.yml
vendored
|
@ -35,15 +35,6 @@ jobs:
|
||||||
npm install eslint@9.17.0
|
npm install eslint@9.17.0
|
||||||
|
|
||||||
- name: Run ESLint
|
- name: Run ESLint
|
||||||
env:
|
|
||||||
SARIF_ESLINT_IGNORE_SUPPRESSED: "true"
|
|
||||||
run: npx eslint .
|
run: npx eslint .
|
||||||
--config eslint.config.mjs
|
--config eslint.config.mjs
|
||||||
--output-file eslint-results.sarif
|
continue-on-error: false
|
||||||
continue-on-error: true
|
|
||||||
|
|
||||||
- name: Upload analysis results to GitHub
|
|
||||||
uses: github/codeql-action/upload-sarif@v3
|
|
||||||
with:
|
|
||||||
sarif_file: eslint-results.sarif
|
|
||||||
wait-for-processing: true
|
|
||||||
|
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -25,5 +25,5 @@ jobs:
|
||||||
run: cd packages/cli && npm install --ignore-scripts
|
run: cd packages/cli && npm install --ignore-scripts
|
||||||
|
|
||||||
- name: Run CLI tests
|
- name: Run CLI tests
|
||||||
run: cd packages/cli && npx vitest run .
|
run: npx vitest run .
|
||||||
continue-on-error: false
|
continue-on-error: false
|
||||||
|
|
Loading…
Reference in a new issue