Skip to content

Commit 2a6616d

Browse files
authored
eslint yml patch
1 parent 84f4c1e commit 2a6616d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nextjs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454
5555
- name: Run ESLint
5656
run: |
57-
${{ steps.detect-package-manager.outputs.runner }} eslint .
58-
--config .eslintrc.cjs
57+
${{ steps.detect-package-manager.outputs.runner }} eslint . \
58+
--config .eslintrc.cjs \
5959
--ext .js,.jsx,.ts,.tsx
6060
# --format @microsoft/eslint-formatter-sarif
6161
# --output-file eslint-results.sarif

0 commit comments

Comments
 (0)