Skip to content

Add clang-format checks to CI #4

Add clang-format checks to CI

Add clang-format checks to CI #4

Workflow file for this run

name: Clang Format Checker
on:
push:
branches:
- master
pull_request:
jobs:
clang-format-checking:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: jidicula/[email protected]
with:
check-path: 'src'