Skip to content

Revert enabling "warnings as errors" in the default build #83

Revert enabling "warnings as errors" in the default build

Revert enabling "warnings as errors" in the default build #83

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