Skip to content

Fixed clang configuration file (#360) #326

Fixed clang configuration file (#360)

Fixed clang configuration file (#360) #326

Workflow file for this run

name: clang-format lint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DoozyX/clang-format-lint-action@v0.16.2
with:
source: '.'
clangFormatVersion: 16