This commit is contained in:
parent
54a68ecd8f
commit
23066ea1d6
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
steps:
|
||||
- name: lint
|
||||
when:
|
||||
- event: pull_request
|
||||
- event: push
|
||||
image: python:3-alpine
|
||||
commands:
|
||||
- python -m pip install --upgrade pip
|
||||
|
|
Loading…
Reference in a new issue