Skip to content

feat/initial-v initial v (#1) #5

feat/initial-v initial v (#1)

feat/initial-v initial v (#1) #5

Workflow file for this run

---
name: pre-commit
on:
pull_request:
push:
branches: [main]
permissions: read-all
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
- name: setup-python
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: install-dependencies
run: pip install -r pypi_bumpversion_check/requirements.txt
- name: pre-commit-run
uses: pre-commit/[email protected]