Skip to content

Add documentation on the current state (#18) #80

Add documentation on the current state (#18)

Add documentation on the current state (#18) #80

Workflow file for this run

name: Indent
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/[email protected]
with:
source: '.'
exclude: ''
extensions: 'h,cc'
clangFormatVersion: 11
inplace: true
- run: |
git diff
git diff-files --quiet || exit $?