A GitHub Action for checking your open-source licenses.
In order to work properly, you must have a proper licensed configuration in your repository.
workflow "check licenses" {
on = "push"
resolves = [
"Check Licenses"
]
}
action "Check Licenses" {
uses = "iheanyi/licensed-action@master"
secrets = ["GITHUB_TOKEN"]
}
GITHUB_TOKEN
- Optional. Required for pushing up cached licenses to the repository.
CONFIG_PATH
- Optional. Path to your licensed configuration file if it is not in the base working directory.