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/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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5

- uses: italia/publiccode-parser-action@21086c73ec0563e14c6748787efa1b34b025ad8c # v1
with:
publiccode: "publiccode.yml"
no-network: true
22 changes: 5 additions & 17 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'
categories:
- it-development
dependsOn:
Expand All @@ -17,7 +17,6 @@ description:
features:
- Internationalization
- Accessibility
genericName: SPID React component
longDescription: |
A React component for the SPID button batteries included: all you need to
configure is how to pass the information to the server, the rest is
Expand All @@ -39,19 +38,8 @@ description:
shortDescription: A React component for the SPID button
developmentStatus: stable
isBasedOn:
- 'spid-sp-access-button, spid-smart-button'
it:
conforme:
gdpr: false
lineeGuidaDesign: true
misureMinimeSicurezza: false
modelloInteroperabilita: false
countryExtensionVersion: '0.2'
piattaforme:
anpr: false
cie: false
pagopa: false
spid: true
- 'https://github.com/italia/spid-sp-access-button'
- 'https://github.com/italia/spid-smart-button'
landingURL: 'https://dej611.github.io/spid-react-button/'
legal:
license: EUPL-1.2
Expand Down