Skip to content

Errors in publiccode.yml file #3

Description

Ci sono errori nel file publiccode.yml:

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:45 landingURL: 'https://leafletjs.com/' not reachable: HTTP GET failed for https://leafletjs.com/: Get "https://leafletjs.com/": dial tcp: lookup leafletjs.com on 172.16.16.10:53: server misbehaving
publiccode.yml:58 logo: no such file: https://leafletjs.com/docs/images/logo.png
publiccode.yml:11 description.it.documentation: 'https://leafletjs.com/examples.html' not reachable: HTTP GET failed for https://leafletjs.com/examples.html: Get "https://leafletjs.com/examples.html": dial tcp: lookup leafletjs.com on 172.16.16.10:53: server misbehaving
publiccode.yml:10 description.it.apiDocumentation: 'https://leafletjs.com/reference.html' not reachable: HTTP GET failed for https://leafletjs.com/reference.html: Get "https://leafletjs.com/reference.html": dial tcp: lookup leafletjs.com on 172.16.16.10:53: server misbehaving

Vuoi rendere automatico questo controllo?

Aggiungi publiccode-parser-action al tuo repository GitHub, per verificare automaticamente il tuo publiccode.yml a ogni commit o pull request:
    
# Aggiungi questo a .github/workflows/publiccode-validation.yml
#
on: [pull_request]

jobs:
  publiccode_validation:
    runs-on: ubuntu-latest
    name: publiccode validation
    steps:
    - uses: actions/checkout@v3
    - uses: italia/publiccode-parser-action@v1
      with:
        publiccode: 'publiccode.yml'
    
  
Usa publiccode-parser-go per verificare il tuo publiccode.yml in locale da riga di comando:

$ docker run -i italia/publiccode-parser-go /dev/stdin < publiccode.yml
    

Serve aiuto?

Unisciti a https://slack.developers.italia.it e chiedi nel canale #publiccode o usa Forum Italia.

🔗 Developers Italia | 📄 il formato publiccode.yml | ℹ️ Il mio codice sorgente | *

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions