Skip to content

chore(deps): update lukka/get-cmake action to v4.4.2 #456

chore(deps): update lukka/get-cmake action to v4.4.2

chore(deps): update lukka/get-cmake action to v4.4.2 #456

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:
- src
- test
permissions:
contents: read
steps:
- name: Check out code
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: clang-format Check
uses: jidicula/clang-format-action@3a18028048f01a66653b4e3bf8d968d2e7e2cb8b # v4.17.0
with:
clang-format-version: 20
check-path: ${{ matrix.path }}