Skip to content

Hardfault trampoline is now optional #635

Hardfault trampoline is now optional

Hardfault trampoline is now optional #635

Workflow file for this run

on:
push:
branches: [ staging, trying, master ]
pull_request_target:
name: Clippy check
jobs:
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
if: github.event_name == 'pull_request_target'
with:
ref: refs/pull/${{ github.event.number }}/head
- uses: actions/checkout@v3
if: github.event_name != 'pull_request_target'
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
components: clippy
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all --features cortex-m/critical-section-single-core