Skip to content

Show a warning dialog in case we are going to erase drive > 32GB #148

Show a warning dialog in case we are going to erase drive > 32GB

Show a warning dialog in case we are going to erase drive > 32GB #148

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: '17'
check-path: 'src'
exclude-regex: 'src\/helper\/win|src\/app\/crashhandler.cpp'