Skip to content

Update the remainder of the sim files #139

Update the remainder of the sim files

Update the remainder of the sim files #139

name: Run clang-format Linter
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/[email protected]
with:
source: 'src'
exclude: './src/mlog'
extensions: 'h,hh,cpp,c,cu'
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 }}