Skip to content

Align README and docs/index.md. #49

Align README and docs/index.md.

Align README and docs/index.md. #49

Workflow file for this run

name: Code Quality
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
code-quality:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: Run pre-commits
uses: pre-commit/[email protected]