Skip to content

Add STM32F411 Blackpill sample configuration - #2 #3

Add STM32F411 Blackpill sample configuration - #2

Add STM32F411 Blackpill sample configuration - #2 #3

name: Ruff
on:
pull_request:
workflow_dispatch:
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3
- uses: astral-sh/ruff-action@v3
with:
args: "format --check --diff"