Skip to content

Add an implementation for the QT Py CH32V203 RISC-V dev board #11

Add an implementation for the QT Py CH32V203 RISC-V dev board

Add an implementation for the QT Py CH32V203 RISC-V dev board #11

Workflow file for this run

name: Format Rust code
"on":
pull_request:
branches: ["main"]
paths:
- .github/workflows/rustfmt.yaml
- flake.lock
- '**.rs'
jobs:
rustfmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v14
- uses: DeterminateSystems/magic-nix-cache-action@v8
- name: Check Rust formatting
run: nix develop --command nu --commands 'rustfmt --check **/*.rs'