Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions .github/workflows/publiccodeyml-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Validate publiccode.yml

on:
push:
paths:
- "publiccode.yml"
- ".github/workflows/publiccode.yml"
pull_request:
paths:
- "publiccode.yml"
- ".github/workflows/publiccode.yml"

permissions: {}

jobs:
validate:
runs-on: ubuntu-latest
permissions:
contents: read
name: publiccode.yml validation
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5

- uses: italia/publiccode-parser-action@56e1200cba853b1efa73ee871600284d0705ab4d # v1
with:
publiccode: "publiccode.yml"
no-network: true
9 changes: 3 additions & 6 deletions publiccode.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# This repository adheres to the publiccode.yml standard by including this
# This repository adheres to the publiccode.yml standard by including this
# metadata file that makes public software easily discoverable.
# More info at https://github.com/italia/publiccode.yml
# More info at https://github.com/publiccodeyml/publiccode.yml

publiccodeYmlVersion: '0.2'
publiccodeYmlVersion: '0'
name: Idra
releaseDate: '2022-06-22'
url: 'https://github.com/OPSILab/Idra.git'
Expand All @@ -24,15 +24,13 @@ maintenance:
legal:
license: AGPL-3.0-or-later
mainCopyrightOwner: Engineering Ingegneria Informatica S.p.A.
repoOwner: Engineering Ingegneria Informatica S.p.A.
localisation:
localisationReady: true
availableLanguages:
- it
- en
description:
it:
genericName: Open Data Platform
shortDescription: >-
Idra federa open data provenienti da portali basati su tecnologie
eterogenee armonizzando i metadati e rendendoli disponibili attraverso API
Expand Down Expand Up @@ -77,7 +75,6 @@ description:
federazione dei portali
- Conformità con gli standard DCAT-AP e DCAT-AP_IT
en:
genericName: Open Data Platform
shortDescription: >-
Idra is a web application that federates existing Open Data Management
Systems based on different technologies providing a unique access point
Expand Down