Skip to content
Merged
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
28 changes: 28 additions & 0 deletions .github/workflows/publiccodeyml-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Validate publiccode.yml

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

permissions: {}

jobs:
validate:
runs-on: ubuntu-latest
permissions:
contents: read
name: publiccode.yml validation
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

- uses: italia/publiccode-parser-action@56e1200cba853b1efa73ee871600284d0705ab4d # v1
with:
publiccode: "publiccode.yml"
no-network: true

13 changes: 5 additions & 8 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
# 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: DataPlotly
applicationSuite: QGIS
url: 'https://github.com/ghtmtt/DataPlotly'
Expand All @@ -25,25 +25,24 @@ dependsOn:
- name: QGIS
versionMin: '3.4'
versionMax: '3.99'
optional: no
optional: false
maintenance:
type: internal
contacts:
- name: Matteo Ghetta
email: matteo.ghetta@faunalia.eu
affiliation: Faunalia
legal:
license: GPL-2.0
license: GPL-2.0-only
mainCopyrightOwner: Matteo Ghetta
repoOwner: Faunalia
intendedAudience:
scope:
- science-and-technology
- research
- infrastructures
- environment
localisation:
localisationReady: yes
localisationReady: true
availableLanguages:
- en
- it
Expand All @@ -53,7 +52,6 @@ localisation:
description:
en:
localisedName: DataPlotly
genericName: DataPlotly
shortDescription: >
DataPlotly is a QGIS plugin that allows the user to create interactive D3
like charts based on vector data.
Expand All @@ -77,7 +75,6 @@ description:
- img/plot_scatter.png
it:
localisedName: DataPlotly
genericName: DataPlotly
shortDescription: >
DataPlotly è un plugin di QGIS che permette di creare grafici interattivi
in stile D3 di dati vettoriali.
Expand Down
Loading