mirror of
https://github.com/strukturag/nextcloud-spreed-signaling
synced 2026-03-14 14:35:44 +01:00
CI: Skip generated files in licensecheck.
This commit is contained in:
parent
8c38cdfa54
commit
9a1e7f5be7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/licensecheck.yml
vendored
2
.github/workflows/licensecheck.yml
vendored
|
|
@ -39,7 +39,7 @@ jobs:
|
|||
|
||||
- name: Check for missing licenses
|
||||
run: |
|
||||
MISSING=$(echo "$CHECK_RESULT" | grep -v "_easyjson.go" | grep UNKNOWN || true)
|
||||
MISSING=$(echo "$CHECK_RESULT" | grep -v "_easyjson.go" | grep -v "\[generated file\]" | grep UNKNOWN || true)
|
||||
if [ -n "$MISSING" ]; then \
|
||||
echo "$MISSING"; \
|
||||
exit 1; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue