sharknoon/Umbrel App Linter
This is a small GitHub Action for linting umbrelOS apps
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token to access the repository | no | ${{ github.token }} |
| base | The base commit or branch to compare | no | — |
| head-sha | The head commit sha to compare | no | — |
Outputs
| name | description |
|---|---|
| errors | The number of errors found |
| warnings | The number of warnings found |
| infos | The number of infos found |
| results | The raw results of the linter |