Skip to content

Kraken230 firmware 2 image support #671

Kraken230 firmware 2 image support

Kraken230 firmware 2 image support #671

Workflow file for this run

name: style check
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --diff --color"