-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
There are errors in the publiccode.yml file:
| Message | |
|---|---|
publiccode.yml:5 |
publiccodeYmlVersion: v0.3 is not the latest version, use '0.4.0'. Parsing this file as v0.4.0. |
❌ publiccode.yml:74 |
roadmap: 'https://wiki.freepbx.org/display/FOP/Roadmap' not reachable: HTTP GET failed for https://wiki.freepbx.org/display/FOP/Roadmap: not found |
❌ publiccode.yml:10 |
description.it.apiDocumentation: 'https://wiki.freepbx.org/display/FPG/API' not reachable: HTTP GET failed for https://wiki.freepbx.org/display/FPG/API: not found |
Want to automate this check?
Add publiccode-parser-action to your GitHub repository, to automatically check your publiccode.yml at every commit
# Copy this to .github/workflows/publiccode-validation.yml
#
on: [pull_request]
jobs:
publiccode_validation:
runs-on: ubuntu-latest
name: publiccode validation
steps:
- uses: actions/checkout@v5
- uses: italia/publiccode-parser-action@v1
with:
publiccode: 'publiccode.yml'
Use publiccode-parser-go to validate your publiccode.yml from the command line
$ docker run -i italia/publiccode-parser-go /dev/stdin < publiccode.yml
Metadata
Metadata
Assignees
Labels
No labels