Skip to content

Conversation

@stertooy
Copy link
Contributor

@stertooy stertooy commented Nov 20, 2025

  • Remove version number from README header (which is the case for all other gap-actions).
  • Update action versions in README.
  • Use ::error:: in echo statements right before exit 1, to make them more visible in GitHub Action logs.
  • Replace GAP Error(" [...] ") by Exec("echo \"::error:: [...] \""); FORCE_QUIT_GAP(1); for the same reason.
  • Made indendation consistent (2 spaces per level).
  • Error if non-empty input testfile does not exist, instead of using TestFile from PackageInfo.g as a fallback (see The action should fail if the test file doesn't exist #8).

@fingolfin fingolfin merged commit 142daa5 into gap-actions:main Nov 25, 2025
11 checks passed
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.

2 participants