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
18 changes: 18 additions & 0 deletions .github/workflows/publiccode-validation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: publiccode.yml validation

on:
pull_request:
paths:
- publiccode.yml
push:
paths:
- publiccode.yml

jobs:
publiccode_yml_validation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: italia/publiccode-parser-action@v1
with:
publiccode: "publiccode.yml"
18 changes: 9 additions & 9 deletions publiccode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ publiccodeYmlVersion: 0.4.0
name: Mark-a-Spot
url: https://github.com/markaspot/mark-a-spot
landingURL: https://mark-a-spot.com
softwareVersion: 7
softwareVersion: "7"
releaseDate: 2012-01-01
logo: docs/assets/logo.svg
monochromeLogo: docs/assets/logo-monochrome.svg
platforms:
platforms:
- web
- linux
categories:
Expand Down Expand Up @@ -89,17 +89,17 @@ description:
- case-resubmission / follow-up
- case-archiving & retention
screenshots:
- docs/assets/sshot1.jpg
- docs/assets/sshot2.jpg
- docs/assets/sshot3.jpg

license: GPL-2.0-or-later
- docs/assets/sshot-1.png
- docs/assets/sshot-2.png
- docs/assets/sshot-3.png

legal:
license: GPL-2.0-or-later
maintenance:
type: contract
type: community

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure this is the case, but using "contract" means there's a paid contractor and a contractors key should be used.

contacts:
- name: Mark-a-Spot
email: info@markaspot.org
url: https://www.mark-a-spot.com
localisation:
localisationReady: true
availableLanguages:
Expand Down