Initial linting CI checks
This commit is contained in:
parent
ceadea03ab
commit
113f6b1db6
1 changed files with 10 additions and 0 deletions
10
.woodpecker/lint.yml
Normal file
10
.woodpecker/lint.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
when:
|
||||
branch: main
|
||||
steps:
|
||||
- name: lint
|
||||
image: python:3-alpine
|
||||
commands:
|
||||
- python -m pip install --upgrade pip
|
||||
- python -m pip install -r requirements.txt
|
||||
- python -m pip install ruff
|
||||
- ruff check .
|
Loading…
Reference in a new issue