Skip to content

Add guideline for naming convention. #522

Add guideline for naming convention.

Add guideline for naming convention. #522

name: Clang-Format Check
on:
push:
branches-ignore:
- 'gh-pages'
jobs:
formatting-check:
name: check style formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run clang-format style check.
uses: jidicula/[email protected]
with:
clang-format-version: '17'
fallback-style: 'none'