This commit is contained in:
parent
e7a725f318
commit
ffa82c7e45
1 changed files with 1 additions and 4 deletions
|
@ -1,9 +1,6 @@
|
|||
steps:
|
||||
lint:
|
||||
- name: lint
|
||||
image: python:3-alpine
|
||||
when:
|
||||
event: pull_request
|
||||
branch: main
|
||||
commands:
|
||||
- python -m pip install --upgrade pip
|
||||
- python -m pip install -r requirements.txt
|
||||
|
|
Loading…
Reference in a new issue