There was an error while loading. Please reload this page.
1 parent db7a46a commit 39190cbCopy full SHA for 39190cb
1 file changed
.github/workflows/code_validation.yml
@@ -30,7 +30,6 @@ jobs:
30
31
- run: pnpm test
32
33
- run-linters:
34
run-linters:
35
name: Linting
36
runs-on: ubuntu-latest
@@ -56,7 +55,7 @@ jobs:
56
55
github_token: ${{ secrets.GITHUB_TOKEN }}
57
reporter: github-pr-annotations
58
filter_mode: ${{ (github.event_name == 'pull_request') && 'file' || 'nofilter' }}
59
- fail_level: 'warning'
+ fail_level: warning
60
level: ${{ (github.event_name == 'pull_request') && 'error' || 'warning' }}
61
tool_name: ESLint
62
@@ -66,6 +65,6 @@ jobs:
66
65
67
68
69
70
71
tool_name: Prettier
0 commit comments