Skip to content

do not nest namespaces (c++11 compat) #8

do not nest namespaces (c++11 compat)

do not nest namespaces (c++11 compat) #8

Workflow file for this run

name: Clang Format Checker
on:
push:
pull_request:
branches: [ master ]
jobs:
clang-format-checking:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: RafikFarhad/clang-format-github-action@v2.0.0
with:
sources: "src/*.*pp examples/*.*pp"
style: file