Skip to content

Enable consistent clang format for the project #1

Enable consistent clang format for the project

Enable consistent clang format for the project #1

Workflow file for this run

name: Clap Wrapper Format and Code Checks
on: [pull_request]
defaults:
run:
shell: bash
jobs:
build-code-checks:
name: code-checks
runs-on: ubuntu-latest
strategy:
fail-fast: true
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Run Code Checks
run: |
cmake -Bbuild -DCLAP_WRAPPER_CODE_CHECKS_ONLY=TRUE
cmake --build build --target clap-wrapper-code-checks