Skip to content

ci: Install the docs extras when building docs (#843) #66

ci: Install the docs extras when building docs (#843)

ci: Install the docs extras when building docs (#843) #66

Workflow file for this run

name: "Style Check"
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
env:
SKIP: "mypy"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: pre-commit/action@v3.0.1