Skip to content

Bump actions/github-script from 8 to 9 #68

Bump actions/github-script from 8 to 9

Bump actions/github-script from 8 to 9 #68

name: auto-clang-format
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: DoozyX/clang-format-lint-action@v0.20
with:
source: '.'
exclude: './third_party ./external'
extensions: 'h,cpp,hpp'
clangFormatVersion: 19
inplace: False