mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-12 23:27:22 +00:00
Run ruff in CI
This commit is contained in:
parent
34e8cd3148
commit
f657b26088
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -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: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user