Skip to content

reduced clang format version #88

reduced clang format version

reduced clang format version #88

Workflow file for this run

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