mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-10-18 03:40:11 +02:00
Formatted the entire codebase and added a CI check for formatting
This commit is contained in:
9
.github/workflows/build_all.yml
vendored
9
.github/workflows/build_all.yml
vendored
@@ -359,3 +359,12 @@ jobs:
|
||||
|
||||
- name: Running codespell
|
||||
run: cd $GITHUB_WORKSPACE && codespell -q 2 || true
|
||||
|
||||
check_formatting:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Run check_clang_format
|
||||
run: cd $GITHUB_WORKSPACE && ./check_clang_format.sh || true
|
||||
|
Reference in New Issue
Block a user