Skip to content

Commit

Permalink
github: add gnuradio clang check
Browse files Browse the repository at this point in the history
  • Loading branch information
schneider42 committed Apr 9, 2022
1 parent 5b6728a commit 8ebf2a8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ on:
pull_request:

jobs:
check-formatting:
name: Check C++ Formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: gnuradio/clang-format-lint-action@v0.5-4
with:
source: '.'
exclude: './python'
extensions: 'h,hpp,cpp,cc,cc.in'
gr-ppa:
name: Ubuntu 20.04 + GNURadio PPA
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 8ebf2a8

Please sign in to comment.