1
0
mirror of https://github.com/cmur2/kube-stale-resources.git synced 2025-06-29 10:30:25 +02:00

module: adopt Poetry dependency manager

This commit is contained in:
cn
2020-08-08 21:26:49 +02:00
committed by Christian Nicolai
parent 64b19885e9
commit 5851cd4e37
5 changed files with 49 additions and 24 deletions

View File

@ -16,14 +16,8 @@ jobs:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pipenv
pipenv install --dev --deploy
- name: Formatting
run: |
# check that the source files are formatted correctly
pipenv run yapf -q *.py
pip install poetry
poetry install
- name: Linting
run: |
pipenv run mypy *.py
pipenv run pylint *.py
make lint