Skip to content

prelude: add prelude #21

prelude: add prelude

prelude: add prelude #21

Workflow file for this run

on:
pull_request:
push:
branches: [staging, trying, master]
name: Clippy
jobs:
clippy_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
components: clippy
toolchain: 1.69.0
target: thumbv8m.main-none-eabihf
override: true
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --examples --target thumbv8m.main-none-eabihf --features=rt,stm32h503 -- -D warnings