Skip to content

Merge pull request #45 from schmolmo/main #15

Merge pull request #45 from schmolmo/main

Merge pull request #45 from schmolmo/main #15

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/clang-format-lint-action@v0.14
with:
source: '.'
exclude: './DaisySP'
extensions: 'h,cpp,c'
clangFormatVersion: 14
style: google
inplace: True
- uses: EndBug/add-and-commit@v4
with:
author_name: Clang Robot
author_email: robot@example.com
message: 'format: Fix formatting using clang-format'
env:
GITHUB_TOKEN: ${{ secrets.CLANG_FORMAT }}