There are errors in the publiccode.yml file:
|
Message |
| ❌ |
organisation is '', but 'e96cfbc0-507e-48f1-9b99-869fcb4593ec' was expected for 'Faunalia ' in https://raw.githubusercontent.com/ghtmtt/DataPlotly/master/publiccode.yml |
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
To stop this bot from opening or updating issues on this repository, add the publiccode-issueopener: disabled label to this issue. Remove the label to re-enable.
📄 publiccode.yml format | ℹ️ My source code | *
There are errors in the
publiccode.ymlfile:organisation is '', but 'e96cfbc0-507e-48f1-9b99-869fcb4593ec' was expected for 'Faunalia ' in https://raw.githubusercontent.com/ghtmtt/DataPlotly/master/publiccode.ymlWant 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.ymlTo stop this bot from opening or updating issues on this repository, add the
publiccode-issueopener: disabledlabel to this issue. Remove the label to re-enable.📄 publiccode.yml format | ℹ️ My source code | *