Run ruff in CI

This commit is contained in:
Adrian Moennich 2023-11-22 18:19:31 +01:00
parent 34e8cd3148
commit f657b26088

View File

@ -136,6 +136,11 @@ jobs:
unbehead --check
echo '::remove-matcher owner=headers::'
- name: Run ruff
if: success() || failure()
run: |
ruff check --output-format github .
- name: Run flake8
if: success() || failure()
run: |