Skip to content

docs: recommend to invoke conan before cmake #92

docs: recommend to invoke conan before cmake

docs: recommend to invoke conan before cmake #92

name: clang-format-check
on:
pull_request:
push:
tags: "*"
branches: "*"
workflow_dispatch:
jobs:
Check:
if: ${{ !contains(github.event.head_commit.message, '[skip ci]') }}
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Run clang-format check
uses: jidicula/[email protected]
with:
clang-format-version: '18'