Robinlovelace / simodels

https://robinlovelace.github.io/simodels
GNU Affero General Public License v3.0
15 stars 4 forks source link

pkgcheck results - main #25

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 2 years ago

Checks for simodels (v0.0.4)

git hash: f354669a

Important: All failing checks above must be addressed prior to proceeding

Package License: AGPL (>= 3)

mpadge commented 2 years ago

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.

Robinlovelace commented 2 years ago

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...

mpadge commented 2 years ago

You can easily do that by modifying the workflow yourself to add an if clause like this:

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.

github-actions[bot] commented 2 years ago

Checks for simodels (v0.0.5)

git hash: edb70f35

Important: All failing checks above must be addressed prior to proceeding

Package License: AGPL (>= 3)