Skip to content

Add a formatting style and apply it to the entire repo #7

Add a formatting style and apply it to the entire repo

Add a formatting style and apply it to the entire repo #7

Workflow file for this run

name: Run clang-format Linter
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
clang-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: DoozyX/[email protected]
with:
source: '.'
inplace: True