mirror of
https://github.com/containers/podman-compose.git
synced 2025-02-03 11:59:24 +01:00
github: Enable ruff check
Signed-off-by: Povilas Kanapickas <povilas@radix.lt>
This commit is contained in:
parent
4e43606df3
commit
ed39523342
2
.github/workflows/static-checks.yml
vendored
2
.github/workflows/static-checks.yml
vendored
@ -16,5 +16,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Analysing the code with ruff
|
||||
run: |
|
||||
set -e
|
||||
pip install -r test-requirements.txt
|
||||
ruff format --check
|
||||
ruff check
|
||||
|
Loading…
Reference in New Issue
Block a user