Skip to content

Errors in publiccode.yml file #12

@publiccode-validator-bot

Description

There are errors in the publiccode.yml file:

Message
organisation is '', but '3e300bac-aa9d-45d8-9af9-7954819ebf19' was expected for 'Interfacer ' in https://raw.githubusercontent.com/interfacerproject/interfacer-docs/main/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 | *

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions