Skip to content

fix: pre-commit autoupdate command #1049

fix: pre-commit autoupdate command

fix: pre-commit autoupdate command #1049

Workflow file for this run

name: clang-format
on: # yamllint disable-line rule:truthy
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DoozyX/[email protected]
with:
source: '.'
exclude: 'examples/vpp-plugin'
extensions: 'h,cpp,c,cc'
clangFormatVersion: 18.1.8