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 "./.git/*" \
|
||||||
! -path "./dist/*" \
|
! -path "./dist/*" \
|
||||||
! -path "./build/*" \
|
! -path "./build/*" \
|
||||||
|
! -path "./public/*" \
|
||||||
! -path "./.gitea/*")
|
! -path "./.gitea/*")
|
||||||
|
|
||||||
MISSING_HEADER=0
|
MISSING_HEADER=0
|
||||||
|
|||||||
Reference in New Issue
Block a user