Skip to content

Move raspberrypi driver to its own package #73

Move raspberrypi driver to its own package

Move raspberrypi driver to its own package #73

Workflow file for this run

name: "Spell Check"
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
typos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run typos
uses: crate-ci/typos@master