Skip to content

chore(deps): update jidicula/clang-format-action action to v4.16.0 #407

chore(deps): update jidicula/clang-format-action action to v4.16.0

chore(deps): update jidicula/clang-format-action action to v4.16.0 #407

Workflow file for this run

name: Lint C++ code
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
permissions:
contents: none
jobs:
lint:
name: clang-format (${{ matrix.path }})
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
path:
- examples
- include
- src
- test
permissions:
contents: read
steps:
- name: Check out code
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: clang-format Check
uses: jidicula/clang-format-action@6cd220de46c89139a0365edae93eee8eb30ca8fe # v4.16.0
with:
clang-format-version: 20
check-path: ${{ matrix.path }}