Skip to content

add simple test case #437

add simple test case

add simple test case #437

Workflow file for this run

name: Run clang-format Linter
on:
push:
paths-ignore:
- docs
pull_request:
branches:
- main
- develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: DoozyX/[email protected]
with:
source: 'src tests'
extensions: 'hpp,cpp,h,c'
clangFormatVersion: 14
inplace: True
- uses: EndBug/add-and-commit@v4
with:
author_name: TAMM developers
author_email: [email protected]
message: 'Committing clang-format changes'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}