8000 GitHub - Waazer/validate-license-action: Validate a license file exists and is one of the allowed licenses
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Waazer/validate-license-action

 
 

Repository files navigation

validate-license-action

Validate a license file is one of the allowed licenses

Example Usage:

Use on a pull request event to make sure the repo has a valid license.


workflow "License validation flow" {
  on = "pull_request"
  resolves = ["validate license"]
}

action "validate license" {
  uses = "datreeio/validate-license-action@master"
  args = ["MIT,ISC"]
}

Future work to be done:

  1. Support getting license from file
  2. Support custom license file name
  3. Support * allowed license
  4. Support checking the source branch and not only the master

About

Validate a license file exists and is one of the allowed licenses

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 63.7%
  • Dockerfile 31.9%
  • Shell 4.4%
0