Update .woodpecker.yaml
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Liam Steckler 2024-02-10 19:49:48 -08:00
parent 54a68ecd8f
commit 23066ea1d6

View file

@ -1,5 +1,8 @@
steps: steps:
- name: lint - name: lint
when:
- event: pull_request
- event: push
image: python:3-alpine image: python:3-alpine
commands: commands:
- python -m pip install --upgrade pip - python -m pip install --upgrade pip