Skip to content

Enable selective use of the C++ allocator #150

Enable selective use of the C++ allocator

Enable selective use of the C++ allocator #150

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"