Skip to content

Commit

Permalink
ci: Update eslint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alahyaoui committed Jan 18, 2024
1 parent c2c8bbe commit 9bf0204
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:

jobs:
eslint:
name: Run eslint scanning
name: Run ESLint Scanning
runs-on: ubuntu-latest
permissions:
contents: read
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Run ESLint
run: npx eslint .
--config .eslintrc.js
--config .eslintrc
--ext .js,.jsx,.ts,.tsx
--format @microsoft/eslint-formatter-sarif
--output-file eslint-results.sarif
Expand Down

0 comments on commit 9bf0204

Please sign in to comment.