Skip to content

Commit

Permalink
Move matcher to ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
eivindjahren committed Sep 22, 2023
1 parent 1017487 commit 52aae6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 34 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/annotate_python.yml

This file was deleted.

3 changes: 3 additions & 0 deletions .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
if: ${{ always() }}
run: ./script/cmake-format --check

- name: Add matching rule
run: echo ::add-matcher::.github/flake8-matcher.json

- name: Run ruff
if: ${{ always() }}
run: |
Expand Down

0 comments on commit 52aae6f

Please sign in to comment.