Skip to content

qmdiEditor+Treesitter: right click for implementations (200) #699

qmdiEditor+Treesitter: right click for implementations (200)

qmdiEditor+Treesitter: right click for implementations (200) #699

Workflow file for this run

name: clang-format Check
on:
push:
branches : ["main"]
pull_request:
branches : ["main"]
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
strategy:
matrix:
path:
- 'src'
- 'tests'
steps:
- uses: actions/checkout@v5
- name: Run clang-format style check for C/C++/Protobuf programs.
uses: jidicula/clang-format-action@v4.18.0
with:
clang-format-version: '21'
check-path: ${{ matrix.path }}