1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-05-20 18:53:42 +03:00
per1234 3b10690471 Add CI workflow to check for unapproved Go dependency licenses
A task and GitHub Actions workflow are provided here for checking the license types of Go project dependencies.

On every push and pull request that affects relevant files, the CI workflow will check:

- If the dependency licenses cache is up to date
- If any of the project's dependencies have an unapproved license type.

Approval can be based on:

- Universally allowed license type
- Individual dependency
2021-10-12 18:06:53 -07:00

8 lines
81 B
Plaintext

{
"Exclude": [
"^\\.licenses/",
"LICENSE.txt",
"poetry.lock"
]
}