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 @@
|
|||
when:
|
||||
- event: pull_request
|
||||
- event: push
|
||||
branch: main
|
||||
steps:
|
||||
- name: lint
|
||||
when:
|
||||
- event: pull_request
|
||||
- event: push
|
||||
branch: main
|
||||
image: python:3-alpine
|
||||
commands:
|
||||
- python -m pip install --upgrade pip
|
Loading…
Add table
Reference in a new issue