Skip to content

Add Github action to check clang-format #1

Add Github action to check clang-format

Add Github action to check clang-format #1

name: Check Clang Format
on: [push]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/[email protected]
with:
source: '.'
extensions: 'hpp,cpp'
clangFormatVersion: 10