https://github.com/liri-infra/xdg-validator-action
:heavy_plus_sign: Validates freedesktop.org files
https://github.com/liri-infra/xdg-validator-action
action appstream github github-actions xdg xdg-specs
Last synced: 3 months ago
JSON representation
:heavy_plus_sign: Validates freedesktop.org files
- Host: GitHub
- URL: https://github.com/liri-infra/xdg-validator-action
- Owner: liri-infra
- Created: 2020-04-22T18:13:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2026-03-28T15:51:09.000Z (3 months ago)
- Last Synced: 2026-03-28T17:55:48.352Z (3 months ago)
- Topics: action, appstream, github, github-actions, xdg, xdg-specs
- Language: TypeScript
- Size: 904 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSES/MIT.txt
Awesome Lists containing this project
README
# xdg-validator-action
Validates freedesktop.org files in a pull request, such as:
- Desktop file entries
- AppStream metadata
## Example usage
```yaml
uses: liri-infra/xdg-validator-action@master
with:
gh-token: ${{ secrets.GITHUB_TOKEN }}
```