Skip to content

Merge commit '7a0fff71a67b25ccfff64de2a99ca38cef989662' into HEAD #194

Merge commit '7a0fff71a67b25ccfff64de2a99ca38cef989662' into HEAD

Merge commit '7a0fff71a67b25ccfff64de2a99ca38cef989662' into HEAD #194

Workflow file for this run

name: Run clang-format Linter
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/[email protected]
with:
source: '.'
exclude: './lib'
extensions: 'h,hpp,cpp,c'
clangFormatVersion: 14
inplace: True
- uses: EndBug/add-and-commit@v4
with:
author_name: Clang Robot
author_email: [email protected]
message: 'Committing clang-format changes'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}