dej611 / dej611/spid-react-button
Errors in publiccode.yml file
- Dominant language
- TypeScript
- Stars
- 20
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
There are errors in the `publiccode.yml` file:
| |Message|
|-|-|
|:warning: [`publiccode.yml:5`](https://github.com/dej611/spid-react-button/blob/HEAD/publiccode.yml#L5)| `publiccodeYmlVersion: v0.2 is not the latest version, use '0'. Parsing this file as v0.5.`|
|❌ [`publiccode.yml:42`](https://github.com/dej611/spid-react-button/blob/HEAD/publiccode.yml#L42)| `isBasedOn[0]: isBasedOn[0] must be a valid URL`|
|:warning: [`publiccode.yml:20`](https://github.com/dej611/spid-react-button/blob/HEAD/publiccode.yml#L20)| `description.it.genericName: This key is DEPRECATED and will be removed in the future. It's safe to drop it`|
|:warning: [`publiccode.yml:43`](https://github.com/dej611/spid-react-button/blob/HEAD/publiccode.yml#L43)| `it: Lowercase country codes are DEPRECATED and will be removed in the future. Use 'IT' instead`|
|:warning: [`publiccode.yml:0`](https://github.com/dej611/spid-react-button/blob/HEAD/publiccode.yml#L0)| `IT.conforme: This key is DEPRECATED and will be removed in the future. It's safe to drop it`|
**Want to automate this check?**
Add
publiccode-parser-action
to your GitHub repository, to automatically check your publiccode.yml
at every commit
# Copy this to .github/workflows/publiccode-validation.yml
#
on: [pull_request]jobs:
publiccode_validation:
runs-on: ubuntu-latest
name: publiccode validation
steps:
- uses: actions/checkout@v5
- uses: italia/publiccode-parser-action@v1
with:
publiccode: 'publiccode.yml'
Use
publiccode-parser-go
to validate your publiccode.yml from the command line
$ docker run -i italia/publiccode-parser-go /dev/stdin < publiccode.yml
[:page_facing_up: publiccode.yml format](https://yml.publiccode.tools) | [:information_source: My source code](https://github.com/italia/publiccode-issueopener) | [*](https://api.developers.italia.it/v1/logs/35fe45b5-ddce-40d7-94e7-82f7e1797945)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.