Skip to content

Bump DoozyX/clang-format-lint-action from 0.17 to 0.18 (#68) #327

Bump DoozyX/clang-format-lint-action from 0.17 to 0.18 (#68)

Bump DoozyX/clang-format-lint-action from 0.17 to 0.18 (#68) #327

Workflow file for this run

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