Skip to content
This repository has been archived by the owner on Jan 16, 2020. It is now read-only.
/ licensed-action Public archive

A GitHub Action for checking your open-source licenses.

Notifications You must be signed in to change notification settings

iheanyi/licensed-action

Repository files navigation

licensed-action

A GitHub Action for checking your open-source licenses.

Usage

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"]
}

Secrets

GITHUB_TOKEN - Optional. Required for pushing up cached licenses to the repository.

Environment

CONFIG_PATH - Optional. Path to your licensed configuration file if it is not in the base working directory.

About

A GitHub Action for checking your open-source licenses.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published