Skip to content

Windows: complete rewrite of drive restoration and image writing #154

Windows: complete rewrite of drive restoration and image writing

Windows: complete rewrite of drive restoration and image writing #154

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\/app\/crashhandler.cpp'