Exclude public directory from copyright header check
The public directory contains minified/bundled build artifacts that should not require copyright headers.
This commit is contained in:
@@ -67,6 +67,7 @@ jobs:
|
||||
! -path "./.git/*" \
|
||||
! -path "./dist/*" \
|
||||
! -path "./build/*" \
|
||||
! -path "./public/*" \
|
||||
! -path "./.gitea/*")
|
||||
|
||||
MISSING_HEADER=0
|
||||
|
||||
Reference in New Issue
Block a user