This commit is contained in:
parent
bdabba302a
commit
684f4b9891
@ -6,12 +6,14 @@ steps:
|
|||||||
- name: lint
|
- name: lint
|
||||||
image: python:3.11.1
|
image: python:3.11.1
|
||||||
commands:
|
commands:
|
||||||
|
- pip install poetry
|
||||||
- poetry install
|
- poetry install
|
||||||
- poetry run flake8
|
- poetry run flake8
|
||||||
- poetry run mypy
|
- poetry run mypy
|
||||||
- name: books
|
- name: epub
|
||||||
image: python:3.11.1
|
image: python:3.11.1
|
||||||
commands:
|
commands:
|
||||||
|
- pip install poetry
|
||||||
- poetry install --without dev
|
- poetry install --without dev
|
||||||
- poetry run python books.py
|
- poetry run python books.py
|
||||||
- name: pdf
|
- name: pdf
|
||||||
|
Reference in New Issue
Block a user