bazelbuild / rules_license

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add CI test to check SPDX licenses are up-to-date

danielmachlab opened this issue · comments

Currently, it is a manual process to check that the list of SPDX licenses represented by licenses/spdx/BUILD are up-to-date.

Instead, add a CI test that checks what we have against the authoritative source and fails if we are more than some threshold behind.

See PR review comment: #17 (comment)