Skip to content

refactor(action): remove unused logging command #229

refactor(action): remove unused logging command

refactor(action): remove unused logging command #229

Workflow file for this run

name: CI
on: [ push ]
jobs:
lint-and-test:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
- uses: moneymeets/action-setup-python-poetry@master
- uses: moneymeets/moneymeets-composite-actions/lint-python@master
- run: poetry run pytest --cov --cov-fail-under=85