Skip to content

chore(lint): ruff config [pulumi] #196

chore(lint): ruff config [pulumi]

chore(lint): ruff config [pulumi] #196

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