Skip to content

Commit 39190cb

Browse files
authored
Formatting
1 parent db7a46a commit 39190cb

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/code_validation.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030

3131
- run: pnpm test
3232

33-
run-linters:
3433
run-linters:
3534
name: Linting
3635
runs-on: ubuntu-latest
@@ -56,7 +55,7 @@ jobs:
5655
github_token: ${{ secrets.GITHUB_TOKEN }}
5756
reporter: github-pr-annotations
5857
filter_mode: ${{ (github.event_name == 'pull_request') && 'file' || 'nofilter' }}
59-
fail_level: 'warning'
58+
fail_level: warning
6059
level: ${{ (github.event_name == 'pull_request') && 'error' || 'warning' }}
6160
tool_name: ESLint
6261

@@ -66,6 +65,6 @@ jobs:
6665
github_token: ${{ secrets.GITHUB_TOKEN }}
6766
reporter: github-pr-annotations
6867
filter_mode: ${{ (github.event_name == 'pull_request') && 'file' || 'nofilter' }}
69-
fail_level: 'warning'
68+
fail_level: warning
7069
level: ${{ (github.event_name == 'pull_request') && 'error' || 'warning' }}
7170
tool_name: Prettier

0 commit comments

Comments
 (0)