Skip to content

Fix field names when the type has a const specifier (#1569) #1093

Fix field names when the type has a const specifier (#1569)

Fix field names when the type has a const specifier (#1569) #1093

Workflow file for this run

name: clang-format
on:
push:
branches:
- main
paths-ignore:
- '**/*.md'
- 'docs/**'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DoozyX/clang-format-lint-action@v0.18.1
with:
source: '.'
exclude: ''
extensions: 'h,hpp,cpp'
clangFormatVersion: 16
style: file
inplace: True
- uses: EndBug/add-and-commit@v9
with:
message: 'Committing clang-format changes'