Skip to content

Merge pull request #9 from sjinks/tls #55

Merge pull request #9 from sjinks/tls

Merge pull request #9 from sjinks/tls #55

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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: clang-format Check
uses: jidicula/clang-format-action@f62da5e3d3a2d88ff364771d9d938773a618ab5e # v4.11.0
with:
clang-format-version: 17
check-path: src