There are errors in the publiccode.yml file:
|
Message |
⚠️ publiccode.yml:5 |
publiccodeYmlVersion: v0.2 is not the latest version, use '0'. Parsing this file as v0.5. |
❌ publiccode.yml:9 |
logo: HTTP GET failed for https://raw.githubusercontent.com/INGV/shakemap4-web/master/images/ingv_logo_text_two_lines.png: not found |
⚠️ publiccode.yml:29 |
legal.authorsFile: This key is DEPRECATED and will be removed in the future. It's safe to drop it |
⚠️ publiccode.yml:30 |
legal.repoOwner: This key is DEPRECATED and will be removed in the future. Use 'organisation.name' instead |
⚠️ publiccode.yml:45 |
description.en.genericName: This key is DEPRECATED and will be removed in the future. It's safe to drop it |
⚠️ publiccode.yml:39 |
it: Lowercase country codes are DEPRECATED and will be removed in the future. Use 'IT' instead |
⚠️ publiccode.yml:0 |
IT.riuso.codiceIPA: This key is DEPRECATED and will be removed in the future. Use 'organisation.uri' and set it to 'urn:x-italian-pa:ingv' instead |
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
To stop this bot from opening or updating issues on this repository, add the publiccode-issueopener: disabled label to this issue. Remove the label to re-enable.
📄 publiccode.yml format | ℹ️ My source code | *
There are errors in the
publiccode.ymlfile:publiccode.yml:5publiccodeYmlVersion: v0.2 is not the latest version, use '0'. Parsing this file as v0.5.publiccode.yml:9logo: HTTP GET failed for https://raw.githubusercontent.com/INGV/shakemap4-web/master/images/ingv_logo_text_two_lines.png: not foundpubliccode.yml:29legal.authorsFile: This key is DEPRECATED and will be removed in the future. It's safe to drop itpubliccode.yml:30legal.repoOwner: This key is DEPRECATED and will be removed in the future. Use 'organisation.name' insteadpubliccode.yml:45description.en.genericName: This key is DEPRECATED and will be removed in the future. It's safe to drop itpubliccode.yml:39it: Lowercase country codes are DEPRECATED and will be removed in the future. Use 'IT' insteadpubliccode.yml:0IT.riuso.codiceIPA: This key is DEPRECATED and will be removed in the future. Use 'organisation.uri' and set it to 'urn:x-italian-pa:ingv' insteadWant 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.ymlTo stop this bot from opening or updating issues on this repository, add the
publiccode-issueopener: disabledlabel to this issue. Remove the label to re-enable.📄 publiccode.yml format | ℹ️ My source code | *