Skip to content

Commit e81c380

Browse files
authored
[Docs Site] Set eslint in CI to use filter_mode: nofilter (#19444)
* [Docs Site] Set eslint in CI to use filter_mode: nofilter * Fix error
1 parent 670c4d4 commit e81c380

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ jobs:
3434
with:
3535
github_token: ${{ secrets.GITHUB_TOKEN }}
3636
reporter: github-pr-review
37-
fail_level: "error"
37+
fail_level: error
38+
filter_mode: nofilter
3839

3940
- run: npm run format:core:check
4041
## TODO: content formatting checks

0 commit comments

Comments
 (0)