Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

chore(lint): ruff config [pulumi] - remove #423

chore(lint): ruff config [pulumi] - remove

chore(lint): ruff config [pulumi] - remove #423

Workflow file for this run

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