Skip to content

Add documentation site with readthedocs (#10) #6

Add documentation site with readthedocs (#10)

Add documentation site with readthedocs (#10) #6

Workflow file for this run

name: 'Lint codebase'
on:
pull_request:
branches: [ "main" ]
push:
branches: [ "main" ]
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- uses: pre-commit/[email protected]
with:
extra_args: --verbose