Skip to content

Start build process

Start build process #1

Workflow file for this run

name: Lint
on:
push:
paths:
- "*.py"
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/[email protected]
with:
options: "--check --verbose"
src: "./src"