Skip to content

Linux: overwrite start and end of the drive with zeroes when restoring #223

Linux: overwrite start and end of the drive with zeroes when restoring

Linux: overwrite start and end of the drive with zeroes when restoring #223

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'