Update lint config
This commit is contained in:
parent
bd1ba5b07a
commit
483ed105c3
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
steps:
|
when:
|
||||||
- name: lint
|
|
||||||
when:
|
|
||||||
- event: pull_request
|
- event: pull_request
|
||||||
- event: push
|
- event: push
|
||||||
branch: main
|
branch: main
|
||||||
|
steps:
|
||||||
|
- name: lint
|
||||||
image: python:3-alpine
|
image: python:3-alpine
|
||||||
commands:
|
commands:
|
||||||
- python -m pip install --upgrade pip
|
- python -m pip install --upgrade pip
|
Loading…
Add table
Reference in a new issue