You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description.it.documentation: 'https://interfacerproject.dyne.org/' not reachable: HTTP GET returned -1 for https://interfacerproject.dyne.org/; 200 was expected
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
Ci sono errori nel file
publiccode.yml
:publiccode.yml:5
publiccodeYmlVersion: v0.2 is not the latest version, use '0.4.0'. Parsing this file as v0.4.0.
publiccode.yml:19
description.it.genericName: This key is DEPRECATED and will be removed in the future
publiccode.yml:12
description.it.documentation: 'https://interfacerproject.dyne.org/' not reachable: HTTP GET returned -1 for https://interfacerproject.dyne.org/; 200 was expected
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:
Usa publiccode-parser-go per verificare il tuo publiccode.yml in locale da riga di comando:
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 | *
The text was updated successfully, but these errors were encountered: