commit b812e9e0d1bf148f9709864be8a1c1ce4a5b3c30
Author: Turo Lamminen <turol@iki.fi>
AuthorDate: Tue Sep 6 15:01:27 2022 +0300
Commit: Turo Lamminen <turol@iki.fi>
CommitDate: Fri Nov 4 12:42:05 2022 +0200
Run check-extern.sh as part of linter CI flow
---
.github/workflows/cpp-linter.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.github/workflows/cpp-linter.yml b/.github/workflows/cpp-linter.yml
index 46a33695..9f0f0a03 100644
--- a/.github/workflows/cpp-linter.yml
+++ b/.github/workflows/cpp-linter.yml
@@ -45,3 +45,7 @@ jobs:
if: steps.linter.outputs.checks-failed > 0
run: |
echo "Some files failed the linting checks! Fail fast disabled until false posivite issue is fixed"
+
+ - name: Check no extern used in .c files
+ run: |
+ ./check-extern.sh