Skip to content

Allow user-specified position generator in VertexFile_Gen #259

Allow user-specified position generator in VertexFile_Gen

Allow user-specified position generator in VertexFile_Gen #259

Workflow file for this run

name: clang-format Check
on: [push, pull_request, workflow_dispatch]
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run clang-format style check for C/C++/Protobuf programs.
uses: jidicula/[email protected]
with:
clang-format-version: '14'
check-path: 'src'
fallback-style: 'Google'