Orasund / elm-ui-widgets

Collection of reusable views for elm-ui.
https://orasund.github.io/elm-ui-widgets/
BSD 3-Clause "New" or "Revised" License
85 stars 11 forks source link

CI failures #86

Closed lukasturcani closed 2 years ago

lukasturcani commented 2 years ago

When opening a PR from a fork, the CI does not run, see:

https://github.com/Orasund/elm-ui-widgets/actions/runs/1599340740

As far as I can tell, the solution is described here:

https://github.community/t/checkout-v2-error-actions-in-this-workflow-must-within-a-repository-owned-by-organization/136315/2

The CI also does not work in my own repo:

https://github.com/lukasturcani/elm-ui-widgets/runs/4575950188?check_suite_focus=true

I think the reasons are as follows:

Orasund commented 2 years ago

Yeah, it's the package-lock.json. Please don't be bothered by the CI failing. I will fix it in the near future

lukasturcani commented 2 years ago

Oh also, https://github.com/Orasund/elm-ui-widgets/blob/ae2b811683c702c34caed79b0ceb47e14b60602b/.github/workflows/main.yml#L6 - lists the branch as "main" but I think it should be "master"

Orasund commented 2 years ago

Master Branch is green.