mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
17 lines
331 B
YAML
17 lines
331 B
YAML
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
|