Skip to content

Change license to MIT #144

Change license to MIT

Change license to MIT #144

name: clang-format Check
on:
push:
branches:
- main
pull_request:
paths-ignore:
- 'docs/**'
- 'README.md'
workflow_dispatch:
jobs:
formatting-check:
name: C++ Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check formatting
uses: jidicula/[email protected]
with:
clang-format-version: '14'
exclude-regex: 'extern/'