mirror of
https://github.com/smyalygames/flightsim-on-linux.git
synced 2025-12-27 06:48:50 +01:00
fix(ci): change eslint file name
This commit is contained in:
4
.github/workflows/eslint.yml
vendored
4
.github/workflows/eslint.yml
vendored
@@ -37,8 +37,8 @@ jobs:
|
||||
|
||||
- name: Run ESLint
|
||||
run: npx eslint .
|
||||
--config .eslintrc.js
|
||||
--ext .js,.jsx,.ts,.tsx
|
||||
--config .eslintrc.json
|
||||
--ext .js,.jsx,.ts,.tsx,.mdx
|
||||
--format @microsoft/eslint-formatter-sarif
|
||||
--output-file eslint-results.sarif
|
||||
continue-on-error: true
|
||||
|
||||
Reference in New Issue
Block a user