Skip to content

Project structure for QML #654

Project structure for QML

Project structure for QML #654

Workflow file for this run

name: clang-format
on: [pull_request, workflow_dispatch]
jobs:
clang-format-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Cache clang-format
uses: actions/cache@v3
with:
path: |
~/.clang-format
key: ${{ runner.os }}-clang-format-${{ hashFiles('.clang-format') }}
restore-keys: |
${{ runner.os }}-clang-format-
- name: Run clang-format style check for C++ files
uses: jidicula/[email protected]
with:
clang-format-version: '17'
check-path: 'modules/' # Specify the directories to check