Skip to content

Simplify the public API #144

Simplify the public API

Simplify the public API #144

Workflow file for this run

name: Check Formatting
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: check clang-format
uses: jidicula/[email protected]
with:
clang-format-version: "17"
exclude-regex: "gsl-lite.hpp"