Exclude public directory from copyright header check
Build and Push Docker Image / build (push) Successful in 30s
Licence Check / Licence compatibility and copyright header verification (push) Successful in 39s
CI / Security audit (push) Successful in 44s
CI / Tests & coverage (push) Failing after 54s

The public directory contains minified/bundled build artifacts that
should not require copyright headers.
This commit is contained in:
2026-05-21 00:44:07 +01:00
parent fd303699db
commit 6124ec0f5a
+1
View File
@@ -67,6 +67,7 @@ jobs:
! -path "./.git/*" \
! -path "./dist/*" \
! -path "./build/*" \
! -path "./public/*" \
! -path "./.gitea/*")
MISSING_HEADER=0