Skip to content

Merge pull request #146 from sjinks/renovate/ubuntu-24.04 #407

Merge pull request #146 from sjinks/renovate/ubuntu-24.04

Merge pull request #146 from sjinks/renovate/ubuntu-24.04 #407

Workflow file for this run

name: Lint C++ code
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
permissions:
contents: none
jobs:
lint:
name: clang-format
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Check out code
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: clang-format Check
uses: jidicula/clang-format-action@c74383674bf5f7c69f60ce562019c1c94bc1421a # v4.13.0
with:
clang-format-version: 18
check-path: src