shithub: choc

Download patch

ref: a4cb2c15c5e2e6d90c6c69aaf84200b692c0303e
parent: 521a1c828176944fcb4182661bca3f94220b60e8
parent: b812e9e0d1bf148f9709864be8a1c1ce4a5b3c30
author: Turo Lamminen <turol@users.noreply.github.com>
date: Fri Nov 4 08:55:13 EDT 2022

Merge pull request #1503 from turol/cleanup-extern

Clean up extern in .c files

--- 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