Skip to content

Add and fix compiler warnings #72

Add and fix compiler warnings

Add and fix compiler warnings #72

Workflow file for this run

name: clang-format
on:
- push
- pull_request
jobs:
format-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/[email protected]
with:
source: '.'
extensions: 'h,cpp'
clangFormatVersion: 13
style: file