Compare commits
2 commits
1ec5af8ec5
...
bd1ba5b07a
Author | SHA1 | Date | |
---|---|---|---|
bd1ba5b07a | |||
c3c2ab37cc |
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
||||||
steps:
|
steps:
|
||||||
- name: lint
|
- name: lint
|
||||||
|
when:
|
||||||
|
- event: pull_request
|
||||||
|
- event: push
|
||||||
|
branch: main
|
||||||
image: python:3-alpine
|
image: python:3-alpine
|
||||||
commands:
|
commands:
|
||||||
- python -m pip install --upgrade pip
|
- python -m pip install --upgrade pip
|
||||||
|
|
Loading…
Reference in a new issue