Remove conditions
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Liam Steckler 2024-02-10 19:51:44 -08:00
parent 23066ea1d6
commit 59684ccf5c

View file

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