mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Preview of clang-format changes and CI
This commit is contained in:
parent
bfd1701fcb
commit
805e3b02bf
98 changed files with 6339 additions and 11357 deletions
17
.github/workflows/static-analysis.yml
vendored
Normal file
17
.github/workflows/static-analysis.yml
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue