Skip to content

Fix listen return mode and relax pin constraint #346

Fix listen return mode and relax pin constraint

Fix listen return mode and relax pin constraint #346

Workflow file for this run

on:
push:
branches: [ staging, trying, master ]
pull_request:
name: Clippy check
jobs:
clippy_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: rustup component add clippy
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: thumbv7em-none-eabihf
override: true
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --features=stm32g484,log-rtt,defmt --target thumbv7em-none-eabihf