Merge pull request #676 from jgromes/uncrustify

Added Uncrustify
This commit is contained in:
Jan Gromeš 2023-01-29 18:12:02 +01:00 committed by GitHub
commit 929b7d7179
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3616 additions and 0 deletions

23
.github/workflows/uncrustify.yml vendored Normal file
View file

@ -0,0 +1,23 @@
name: "Uncrustify"
on:
push:
branches: [master, uncrustify]
pull_request:
branches: [master]
jobs:
uncrustify:
name: Uncrustify
runs-on: ubuntu-latest
env:
run-uncrust: ${{ contains(github.event.head_commit.message, 'Bump version to') || contains(github.event.head_commit.message, 'CI_FORCE_UNCRUST') || github.event_name == 'pull_request' }}
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Run style check
uses: coleaeason/actions-uncrustify@v1
with:
configPath: 'uncrustify.cfg'

3593
uncrustify.cfg Normal file

File diff suppressed because it is too large Load diff