Skip to content

Commit

Permalink
use log-level instead of loglevel prettier arg (#2347)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kakadus authored Dec 2, 2024
1 parent c6d6285 commit 437babc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
run: isort . --check --diff
- run: ls -laR evap/static/ts
- name: Check TypeScript formatting
run: npx prettier --list-different --loglevel debug 'evap/static/ts/**/*.ts'
run: npx prettier --list-different --log-level debug 'evap/static/ts/**/*.ts'

backup-process:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 437babc

Please sign in to comment.