Skip to content

Upgrade to new enough CMake to avoid deprecation notices #65

Upgrade to new enough CMake to avoid deprecation notices

Upgrade to new enough CMake to avoid deprecation notices #65

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