Skip to content

Errors in publiccode.yml file #1

Description

There are errors in the publiccode.yml file:

Message
organisation is '', but 'urn:x-italian-pa:udsg_ge' was expected for 'Universita Degli Studi di Genova (protocollo@pec.unige.it) csita@pec.unige.it' in https://github.com/ghraw/UniGe/Reftree/main/publiccode.yml. Set organisation.uri to 'urn:x-italian-pa:udsg_ge'

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 | *

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions