Skip to content

chore(deps): update github/codeql-action action to v3.28.0 (#170) #456

chore(deps): update github/codeql-action action to v3.28.0 (#170)

chore(deps): update github/codeql-action action to v3.28.0 (#170) #456

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: clang-format Check
uses: jidicula/clang-format-action@d05cecd4a1a5b7e64c22f5a468456135a43f13f6 # v4.14.0
with:
clang-format-version: 18
check-path: src