Skip to content

Run precommit

Run precommit #1

Workflow file for this run

---
name: Run precommit
on:
pull_request:
workflow_dispatch:
jobs:
pre_commit_check:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
python-version: '3.10'
- name: Install pre-commit
run: pip install pre-commit
- name: Run pre-commit testing
run: pre-commit run --all-files