Skip to content

Commit 08e364d

Browse files
authored
ci(tools): fix eslint_flag for the javascript-quality action (#8)
1 parent 85d6578 commit 08e364d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
name: '[OSS / REVIEW DOG] Launch eslint'
6666
uses: reviewdog/action-eslint@d3395027ea2cfc5cf8f460b1ea939b6c86fea656 # v1.17.0
6767
with:
68-
eslint_flags: './src --color --config .eslintrc.json --ext .js'
68+
eslint_flags: '--color --no-inline-config .eslintrc.json ./{__tests__,src}/**/*.js'
6969
fail_on_error: true
7070
github_token: ${{ secrets.GITHUB_TOKEN }}
7171
level: 'error'

0 commit comments

Comments
 (0)