-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pkgcheck results - main #25
Comments
Nice one!! Glad it worked. Each new check will now (by default, but configurable if you want...) be appended to this issue, regardless of whether it's open or closed, so feel free to close if you want. |
One check per commit? That could result in a looong issue! Suggestion: make the action trigger only under some conditions, e.g. when the commit contains a text string like check. Can share a working example of this of you want... |
You can easily do that by modifying the workflow yourself to add an jobs:
pkgcheck:
runs-on: ubuntu-latest
if: "contains(github.event.head_commit.message, 'pkgcheck')"
steps: I've just opened this issue on improving the docs, and will link from there back to this issue to ensure that is demonstrated in a straightforward way. |
Checks for simodels (v0.0.5)git hash: edb70f35
Important: All failing checks above must be addressed prior to proceeding Package License: AGPL (>= 3) |
Checks for simodels (v0.0.4)
git hash: f354669a
Important: All failing checks above must be addressed prior to proceeding
Package License: AGPL (>= 3)
The text was updated successfully, but these errors were encountered: