Skip to content

bump: version 0.1.3 → 0.1.4 #28

bump: version 0.1.3 → 0.1.4

bump: version 0.1.3 → 0.1.4 #28

Workflow file for this run

name: pre-commit
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-python@v4
- uses: pre-commit/[email protected]
with:
extra_args: --from-ref origin/main --to-ref HEAD