Skip to content

Commit c3377b3

Browse files
committed
[Docs Site] Set eslint in CI to use filter_mode: nofilter
1 parent e128ed8 commit c3377b3

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)