Skip to content

ci: add workflow to build and deploy docs ad gh page #5

ci: add workflow to build and deploy docs ad gh page

ci: add workflow to build and deploy docs ad gh page #5

Workflow file for this run

name: run pre-commit hooks
on: [push]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: pre-commit/action@v3.0.1