Preview of clang-format changes and CI

This commit is contained in:
Alexander Grund 2020-09-05 14:37:48 +02:00
parent bfd1701fcb
commit 805e3b02bf
No known key found for this signature in database
GPG key ID: E92C451FC21EF13F
98 changed files with 6339 additions and 11357 deletions

17
.github/workflows/static-analysis.yml vendored Normal file
View file

@ -0,0 +1,17 @@
name: Static analysis
on:
push:
pull_request:
jobs:
Formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: git submodule update --init
- name: Formatting
uses: DoozyX/clang-format-lint-action@v0.9
with:
source: 'include test doc'
clangFormatVersion: 10