Skip to content

Update CMake presets and use newer vcpkg baseline and other CI update… #123

Update CMake presets and use newer vcpkg baseline and other CI update…

Update CMake presets and use newer vcpkg baseline and other CI update… #123

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/[email protected]
with:
source: './src'
extensions: 'h,cpp,hpp'
clangFormatVersion: 17
- name: Check Examples
uses: DoozyX/[email protected]
with:
source: './examples'
extensions: 'h,cpp,hpp'
clangFormatVersion: 17