Skip to content

Bump pyfeyn2 from 2.3.7 to 2.3.11 #59

Bump pyfeyn2 from 2.3.7 to 2.3.11

Bump pyfeyn2 from 2.3.7 to 2.3.11 #59

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
# install poetry dynammic versioning
- name: Install poetry-dynamic-versioning
run: |
pip install poetry-dynamic-versioning
- uses: pre-commit/action@v3.0.0