Skip to content

Bump github/codeql-action from 3.30.5 to 4.31.2 #335

Bump github/codeql-action from 3.30.5 to 4.31.2

Bump github/codeql-action from 3.30.5 to 4.31.2 #335

Workflow file for this run

name: clang-format
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: DoozyX/clang-format-lint-action@v0.20
with:
source: '.'
exclude: './cmake'
extensions: 'c,h,hh,cpp'
clangFormatVersion: 17
style: file # Use .clang-format at repo root