imamiland/REUSE Compliance Checker
A GitHub Action to check if a repository is compliant with the REUSE specification.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 4, 2024
- License
- None
Pinned Snippet
uses: imamiland/reuse-lint-action@cb3cbf184d46b16de2bc728a2436bb46dc60a229 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token for repository access if needed. | no | ${{ github.token }} |
| repo-path | Path to the repository where we run the helper tool | yes | . |
Outputs
| name | description |
|---|---|
| compliance_status | Returns 'compliant' or 'non-compliant' based on REUSE compliance check. |
| compliance_report | Detailed output of the REUSE compliance check. |