Skip to content

Feature: Run in GitLab

Josh Soref edited this page Dec 22, 2022 · 2 revisions

Run in GitLab

The yaook/meta folks were able to run check-spelling for a while using act w/ their own GitLab runners:

https://gitlab.com/yaook/meta/-/blob/d13a74aaa51be8b2dc6a8801c710efbff683d5a4/.gitlab-ci.yml#L34-48

At some point it broke:

https://gitlab.com/yaook/meta/-/jobs/3267487105

It's unclear why.

I think this was a regression in nektos/act that was fixed in https://github.com/nektos/act/pull/1493

Clone this wiki locally