Elektrine lite

← Feed

@marijn@mastodon.social

Post #2098477

2026-04-15 11:46 UTC

@tisba Yeah CI is messy and scary. I was never a fan of GitHub actions, but there doesn't seem to be a lot of better alternatives. Forgejo does provide something like that, but I've turned that off for now, and am setting up some custom thing for the one test suite I need to run automatically.

Replies (2)

  • @halfbyte@ruby.social 2026-04-15 11:55

    @marijn @tisba I run a couple of runners both for GitLab but also for Forgejo, including one that runs against Codeberg. I'm, all of a sudden, wondering what the threat scenario is? worms in external dependencies?

    Open ##2098483

  • @tisba@ruby.social 2026-04-15 11:57

    @marijn The best part of GH Actions is (or nowadays used to be) that it basically just worked and is basically free. But you could do almost anything with it, including running/building docker images etc. That’s something I miss at Codeberg and where I haven't found a good replacement so far.

    Open ##2098488