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:
Kirill Bulatov 2024-04-01 11:16:16 +02:00 committed by GitHub
parent bd7fdcfb18
commit 5602593089
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 7 additions and 3 deletions

View file

@ -2,7 +2,7 @@
set -euo pipefail
OUTPUT_FILE=$(pwd)/assets/licenses.md
OUTPUT_FILE="${1:-$(pwd)/assets/licenses.md}"
> $OUTPUT_FILE