Skip to content

Conversation

@publiccode-pr-bot
Copy link

This PR adds a GitHub Actions workflow that validates publiccode.yml on every pull request using italia/publiccode-parser-action@v1.

No behavior change to the code, just CI.

@mboelen
Copy link
Member

mboelen commented Aug 22, 2025

More clarification is needed before this can be approved. Why would we want to validate the publiccode.yml each pull request?

@mboelen mboelen self-assigned this Aug 22, 2025
@bfabio
Copy link

bfabio commented Aug 30, 2025

@mboelen hi! This is basically a linter to make sure the publiccode.yml file is correct and respects the spec.

Maybe it can be improved by running it only when the file is modified.

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

@mboelen
Copy link
Member

mboelen commented Aug 30, 2025

Thanks for the response. That would make more sense, as doing it on every pull request seems to be a waste of resources.

You are connected to the publiccode project, right? Can you create an updated pull request?

@bfabio
Copy link

bfabio commented Aug 31, 2025

Yes, I'm the current maintainer. I'll push an update ASAP

@bfabio
Copy link

bfabio commented Sep 1, 2025

Opened as #1662

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants