This commit is contained in:
parent
604c28a85a
commit
c95d8d1e9c
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ steps:
|
||||||
ruff:
|
ruff:
|
||||||
image: ubuntu:23.04
|
image: ubuntu:23.04
|
||||||
commands:
|
commands:
|
||||||
|
- apt update
|
||||||
- apt -y install python3 python3-pip
|
- apt -y install python3 python3-pip
|
||||||
- pip3 install -r requirements-dev.txt
|
- pip3 install -r requirements-dev.txt
|
||||||
- ruff check .
|
- ruff check .
|
Reference in a new issue