Skip to content

Add LICENSE

Add LICENSE #113

Workflow file for this run

name: Clang Format Checker
on: [push]
jobs:
clang-format-checking:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/[email protected]
with:
sources: "./src"
extensions: 'h,cpp,c'
clangFormatVersion: 17