actions-marketplace-validations/Linguist Action (Deprecated)
This action detects language type for a file, or, given a repository, determine language breakdown in JSON format.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to the repository | no | ./ |
| percentage | Output will be in percentage format, e.g. {"Python":"100%"}. By default it is in fractions, e.g. {"Python":1.0}. Default: false. | no | false |
Outputs
| name | description |
|---|---|
| data | Result of the output |