KnowageLabs / Knowage-Server

Knowage is the professional open source suite for modern business analytics over traditional sources and big data systems.
http://www.knowage-suite.com
GNU Affero General Public License v3.0
403 stars 220 forks source link

Errors in publiccode.yml file #917

Closed publiccode-validator-bot closed 2 weeks ago

publiccode-validator-bot commented 1 month ago

Ci sono errori nel file publiccode.yml:

Message
:warning: publiccode.yml:5 publiccodeYmlVersion: v0.2 is not the latest version, use '0.4.0'. Parsing this file as v0.4.0.
publiccode.yml:153 logo: no such file: https://raw.githubusercontent.com/KnowageLabs/Knowage-Server/master/logo/logo.svg
:warning: publiccode.yml:49 description.it.genericName: This key is DEPRECATED and will be removed in the future

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.

:link: Developers Italia | :page_facing_up: il formato publiccode.yml | :information_source: Il mio codice sorgente | *

github-actions[bot] commented 2 weeks ago

This issue is stale because it is related to an old version or it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

kerny3d commented 2 weeks ago

recheck