Skip to content

add test_clang_format workflow #1

add test_clang_format workflow

add test_clang_format workflow #1

name: test-clang-format
on:
push:
branches:
- '*'
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/clang-format-lint-action@v0.18
with:
source: './src/fmtlib ./include/fmtlib'
extensions: 'hpp,cpp'
clangFormatVersion: 18