Skip to content

Update CMake presets and use newer vcpkg baseline #119

Update CMake presets and use newer vcpkg baseline

Update CMake presets and use newer vcpkg baseline #119

on:
push:
branches:
- main
pull_request:
branches:
- main
name: ci
jobs:
clang-format:
name: Clang Format Lint
runs-on: ubuntu-latest
steps:
- name: Checkout Respository
uses: actions/checkout@master
- name: Check Sources
uses: DoozyX/clang-format-lint-action@v0.17
with:
source: './src'
extensions: 'h,cpp,hpp'
clangFormatVersion: 17
- name: Check Examples
uses: DoozyX/clang-format-lint-action@v0.17
with:
source: './examples'
extensions: 'h,cpp,hpp'
clangFormatVersion: 17