Skip to content

Cleaner tuple handling (#1312) #906

Cleaner tuple handling (#1312)

Cleaner tuple handling (#1312) #906

Workflow file for this run

name: clang-format
on:
push:
branches:
- main
paths-ignore:
- '**.md'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DoozyX/clang-format-lint-action@v0.16.2
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'