4 changed files with 34 additions and 12 deletions
@ -0,0 +1,18 @@ |
|||
runners: |
|||
python: |
|||
dependencies: |
|||
- flake8 |
|||
- build |
|||
- twine |
|||
jobs: |
|||
- name: selfcheck |
|||
type: python |
|||
workdir: ci |
|||
commands: |
|||
- "-m flake8 --ignore E501 --exclude venv" |
|||
|
|||
- name: lint |
|||
type: python |
|||
workdir: alice-ci/src |
|||
commands: |
|||
- "-m flake8 --ignore E501" |
Loading…
Reference in new issue