diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fbf6783..e9e0225 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |