Skip to content

The TEMPLATE_EXTERN define in the generated export header is not used. #475

The TEMPLATE_EXTERN define in the generated export header is not used.

The TEMPLATE_EXTERN define in the generated export header is not used. #475

Workflow file for this run

name: C++ Code Format
on:
push:
pull_request:
branches:
- master
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run clang-format style check
uses: jidicula/clang-format-action@v4.9.0
with:
clang-format-version: '15'
exclude-regex: 'extern'