Skip to content

Update CI and MacOS build script with Qt 6.5.2 and include link to Applications folder in MacOS dmg file #230

Update CI and MacOS build script with Qt 6.5.2 and include link to Applications folder in MacOS dmg file

Update CI and MacOS build script with Qt 6.5.2 and include link to Applications folder in MacOS dmg file #230

name: clang-format Check
on: [pull_request]
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run clang-format style check for C/C++/Protobuf programs.
uses: jidicula/[email protected]
with:
clang-format-version: '13'
check-path: 'src'
exclude-regex: 'src/helper/win\|src/app/crashhandler.cpp'