Rename woodpecker folder
Some checks failed
ci/woodpecker/push/lint Pipeline failed

This commit is contained in:
Liam Steckler 2024-02-10 20:30:15 -08:00
parent a92436d234
commit a48985a0b9

10
.woodpecker/lint.yml Normal file
View 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 .