Skip to content

Issue 571 fix annoying notes #28

Issue 571 fix annoying notes

Issue 571 fix annoying notes #28

Workflow file for this run

name: Linting and formatting
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: pre-commit/[email protected]