shithub: choc

Download patch

ref: b812e9e0d1bf148f9709864be8a1c1ce4a5b3c30
parent: 521a1c828176944fcb4182661bca3f94220b60e8
author: Turo Lamminen <turol@iki.fi>
date: Tue Sep 6 11:01:27 EDT 2022

Run check-extern.sh as part of linter CI flow

--- a/.github/workflows/cpp-linter.yml
+++ b/.github/workflows/cpp-linter.yml
@@ -45,3 +45,7 @@
         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