Skip to content

Draft: Support Raspberry Pi Pico 2 #578

Draft: Support Raspberry Pi Pico 2

Draft: Support Raspberry Pi Pico 2 #578

Workflow file for this run

name: Format
on: [push, pull_request]
jobs:
format-check:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
- name: Add components
run: |
rustup component add rustfmt
- name: Check Format
run: cargo fmt -- --check