Skip to content

fix panels in the documentation #209

fix panels in the documentation

fix panels in the documentation #209

Workflow file for this run

name: Linting
on:
push:
branches:
- master
pull_request:
branches:
- "*"
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10"]
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Run lint
uses: pre-commit/[email protected]