Gbp-Pq: Name 0004-clang-format-Update-PR-with-GitHub-Action.patch
--- /dev/null
+name: Check PR Formatting
+
+on:
+ push:
+ pull_request:
+ paths-ignore:
+ - 'tmpl/'
+
+jobs:
+ build:
+ runs-on: ubuntu-latest
+
+ steps:
+ - uses: actions/checkout@v2
+ - uses: gnuradio/clang-format-lint-action@v0.5-4
+ with:
+ source: '.'
+ exclude: './volk'
+ extensions: 'c,cc,cpp,cxx,h,hh'
\ No newline at end of file
////////////////////////////////////////////////////////////////////////
#if defined(_MSC_VER)
#pragma warning(disable : 4244) //'conversion' conversion from 'type1' to 'type2',
- //possible loss of data
+ // possible loss of data
#pragma warning(disable : 4305) //'identifier' : truncation from 'type1' to 'type2'
#endif