Skip to content

fixup! feat(lint): support ruff C4 check #194

fixup! feat(lint): support ruff C4 check

fixup! feat(lint): support ruff C4 check #194

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