Skip to content

Rework gpio driver with adafruit-blinka #819

Rework gpio driver with adafruit-blinka

Rework gpio driver with adafruit-blinka #819

Workflow file for this run

name: "Lint"
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
merge_group:
permissions:
contents: read
pull-requests: read
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ruff
uses: astral-sh/ruff-action@v3
with:
version-file: "pyproject.toml"