Skip to content

feat(action): move preflight steps to custom deploy action #123

feat(action): move preflight steps to custom deploy action

feat(action): move preflight steps to custom deploy action #123

Workflow file for this run

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