Skip to content

Conversation

@CIGbalance
Copy link
Collaborator

@CIGbalance CIGbalance commented Nov 19, 2025

Adds the GitHub Action responsible for triggering the validation of the new problem

Note that this check is only supposed to be triggered when the template file "new_problem.yaml" is changed. It will mark a failure if the name is not changed, that's why the test currently fails here.

Closes #124

@CIGbalance CIGbalance marked this pull request as ready for review November 19, 2025 10:25
@CIGbalance CIGbalance changed the base branch from main to feat/ga_consistency November 19, 2025 10:28
Copy link
Collaborator

@kvdblom kvdblom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very small change, otherwise looks good!

workflow_dispatch: # allow triggering workflow manually
inputs:
reason:
description: "Reason for Running"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably good to have a more informative description, maybe something like: "Automatically checking formatting."

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is just the input prompt. You are supposed to input your reason for running 😉

@kvdblom kvdblom self-requested a review November 27, 2025 10:30
@kvdblom
Copy link
Collaborator

kvdblom commented Nov 27, 2025

Looks good, only merge after: #114

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a GitHub Action that runs consistency checks on PR

3 participants