7 lines
161 B
YAML
7 lines
161 B
YAML
|
steps:
|
||
|
ruff:
|
||
|
image: ubuntu:23.04
|
||
|
commands:
|
||
|
- apt -y install python3 python3-pip
|
||
|
- pip3 install -r requirements-dev.txt
|
||
|
- ruff check .
|