Skip to content

fix template name in makefile #3

fix template name in makefile

fix template name in makefile #3

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/lemlog ./include/lemlog'
extensions: 'hpp,cpp'
clangFormatVersion: 18