There are errors in the publiccode.yml file:
|
Message |
❌ publiccode.yml:5 |
landingURL: 'https://www.arpa.piemonte.it/scheda-informativa/openoise-lapp-per-misurare-rumore' not reachable: HTTP GET failed for https://www.arpa.piemonte.it/scheda-informativa/openoise-lapp-per-misurare-rumore: Get "https://www.arpa.piemonte.it/scheda-informativa/openoise-lapp-per-misurare-rumore": EOF |
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
📄 publiccode.yml format | ℹ️ My source code | *
There are errors in the
publiccode.ymlfile:publiccode.yml:5landingURL: 'https://www.arpa.piemonte.it/scheda-informativa/openoise-lapp-per-misurare-rumore' not reachable: HTTP GET failed for https://www.arpa.piemonte.it/scheda-informativa/openoise-lapp-per-misurare-rumore: Get "https://www.arpa.piemonte.it/scheda-informativa/openoise-lapp-per-misurare-rumore": EOFWant 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📄 publiccode.yml format | ℹ️ My source code | *