Skip to content

Add Sphinx documentation #64

Add Sphinx documentation

Add Sphinx documentation #64

Workflow file for this run

name: Lint
on:
pull_request:
branches: [ "master" ]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1
with:

Check failure on line 18 in .github/workflows/lint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/lint.yml

Invalid workflow file

You have an error in your yaml syntax on line 18
version: 0.4.10