Skip to content

fix(h7): missing regulator state in STOP mode #28

fix(h7): missing regulator state in STOP mode

fix(h7): missing regulator state in STOP mode #28

Workflow file for this run

name: Check code formatting with astyle
on:
push:
pull_request:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
check:
name: Check for astyle errors
runs-on: ubuntu-latest
steps:
- run: sudo apt install astyle
- uses: actions/checkout@v3
- run: |
echo $PWD

Check failure on line 17 in .github/workflows/check-astyle.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/check-astyle.yml

Invalid workflow file

You have an error in your yaml syntax on line 17
astyle --project=extras/.astylerc --recursive '*.c*' '*.h'
# If anything changed, this will fail and show the needed changes
- run: git diff --exit-code