Check license generation for every PR to avoid license-less crate additions (#10033)
Also fix `anthropic` crate and make it AGPL-licensed, as it's used in the AGPL-licensed collab part only. Release Notes: - N/A
This commit is contained in:
parent
bd7fdcfb18
commit
5602593089
4 changed files with 7 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
set -euo pipefail
|
||||
|
||||
OUTPUT_FILE=$(pwd)/assets/licenses.md
|
||||
OUTPUT_FILE="${1:-$(pwd)/assets/licenses.md}"
|
||||
|
||||
> $OUTPUT_FILE
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue