Skip to content

Fix build-doc error (#6) #18

Fix build-doc error (#6)

Fix build-doc error (#6) #18

Workflow file for this run

name: pre-commit
on:
pull_request:
types: [ opened, reopened, synchronize, ready_for_review ]
push:
defaults:
run:
working-directory: ./
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: "Set up Python"
uses: actions/setup-python@v5
with:
python-version-file: "./.python-version"
- uses: pre-commit/[email protected]
with:
extra_args: --all-files -c ./.pre-commit-config.yaml