Skip to content

Commit

Permalink
run ruff with a new command
Browse files Browse the repository at this point in the history
  • Loading branch information
Евгений Блинов authored and Евгений Блинов committed Mar 1, 2025
1 parent 5aa2481 commit 06edfad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:

- name: Run ruff
shell: bash
run: ruff cantok
run: ruff check cantok

- name: Run ruff for tests
shell: bash
run: ruff tests
run: ruff check tests

0 comments on commit 06edfad

Please sign in to comment.