Skip to content

change the version of stefanzweifel/git-auto-commit-action from 4.1.2… #22

change the version of stefanzweifel/git-auto-commit-action from 4.1.2…

change the version of stefanzweifel/git-auto-commit-action from 4.1.2… #22

Workflow file for this run

name: pytest
on: [push, pull_request]
jobs:
run-poetry:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v3
- run: python -m pip install poetry
- run: poetry install
- run: poetry run pytest