Skip to content

Initial python linter #2

Initial python linter

Initial python linter #2

Workflow file for this run

name: ci
on:
pull_request:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "./CircuitPy"
version: ~= 24.4