├── .bmp.yml ├── .github └── workflows │ └── test.yml ├── .licenserc.json ├── Dockerfile ├── LICENSE ├── README.md └── action.yml /.bmp.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kt3k/license_checker_github_action/HEAD/.bmp.yml -------------------------------------------------------------------------------- /.github/workflows/test.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kt3k/license_checker_github_action/HEAD/.github/workflows/test.yml -------------------------------------------------------------------------------- /.licenserc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kt3k/license_checker_github_action/HEAD/.licenserc.json -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kt3k/license_checker_github_action/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kt3k/license_checker_github_action/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kt3k/license_checker_github_action/HEAD/README.md -------------------------------------------------------------------------------- /action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kt3k/license_checker_github_action/HEAD/action.yml --------------------------------------------------------------------------------