Skip to content

Fix/double header bump #84

Fix/double header bump

Fix/double header bump #84

Workflow file for this run

---
name: Check pre-commit
on:
pull_request:
jobs:
check-pre-commit:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.9'
cache: pip
- name: Run pre-commit
uses: pre-commit/[email protected]
env:
SKIP: pip-compile,update-changelog