Skip to content

feat(github): merge checks workflow [pulumi] #203

feat(github): merge checks workflow [pulumi]

feat(github): merge checks workflow [pulumi] #203

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