Skip to content

Merge branch 'main' into release #8

Merge branch 'main' into release

Merge branch 'main' into release #8

Workflow file for this run

name: Lint
on:
- push
- workflow_dispatch
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.8"
- uses: pre-commit/[email protected]