1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
name: lint_pr on: [push, pull_request] jobs: clang-format: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - uses: actions/setup-python@v6 with: python-version: '3.11' - uses: DoozyX/clang-format-lint-action@v0.20 with: source: 'src' exclude: 'lib' clangFormatVersion: 19