Skip to content

Refactor documentation #53

Refactor documentation

Refactor documentation #53

Workflow file for this run

name: Linting
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
name: Linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- name: Install and run pre-commit
run: |
pip install pre-commit
pre-commit run -a