Skip to content

add readthedocs file #2

add readthedocs file

add readthedocs file #2

Workflow file for this run

name: code-style
on:
push:
branches: 'main'
pull_request:
branches: '*'
jobs:
linting:
name: "pre-commit hooks"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: pre-commit/[email protected]