This repository has been archived on 2023-10-10. You can view files and clone it, but cannot push or open issues or pull requests.
paste/.woodpecker/lint.yml
Ada 4b19713c06
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
fix(ci): pip refuse to install requirements, pass the good option
2023-09-26 11:46:38 +02:00

8 lines
204 B
YAML

steps:
ruff:
image: ubuntu:23.04
commands:
- apt update
- apt -y install python3 python3-pip
- pip3 install -r requirements-dev.txt --break-system-packages
- ruff check .