Skip to content

Update foo.cpp

Update foo.cpp #54

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.17
with:
exclude: './.github'
source: 'src src2'
clangFormatVersion: 17
inplace: False