Skip to content

Update README.md

Update README.md #64

Workflow file for this run

name: test-clang-format1
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: DoozyX/clang-format-lint-action@v0.18
with:
exclude: './.github'
source: 'src src2'
inplace: False