Skip to content

feat: add STM32WB0x support #1016

feat: add STM32WB0x support

feat: add STM32WB0x support #1016

Workflow file for this run

name: Check code formatting with astyle
on:
push:
branches:
- main
paths-ignore:
- '*.json'
- '**.md'
- keywords.txt
- CI/**
- '!CI/astyle/.astyleignore'
- '!CI/astyle/.astylerc'
- '!CI/astyle/astyle.py'
- tools/**
pull_request:
paths-ignore:
- '*.json'
- '**.md'
- keywords.txt
- CI/**
- '!CI/astyle/.astyleignore'
- '!CI/astyle/.astylerc'
- '!CI/astyle/astyle.py'
- tools/**
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
astyle_check:
runs-on: ubuntu-latest
name: Check for astyle errors
steps:
# First of all, clone the repo using the checkout action.
- name: Checkout
uses: actions/checkout@v4
- name: Astyle check
id: Astyle
uses: stm32duino/actions/astyle-check@v1
with:
astyle-definition: 'CI/astyle/.astylerc'
ignore-path-list: 'CI/astyle/.astyleignore'
# Use the output from the `Astyle` step
- name: Astyle Errors
if: failure()
run: |
cat ${{ steps.Astyle.outputs.astyle-result }}
exit 1
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy