From b827d4f6041e3f39104599d532e0f7692ee29f43 Mon Sep 17 00:00:00 2001 From: Rene Date: Sun, 30 Jul 2023 11:58:08 +0200 Subject: [PATCH] fix: formatting --- .forgejo/workflows/ruby.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.forgejo/workflows/ruby.yml b/.forgejo/workflows/ruby.yml index bd56239..f870218 100644 --- a/.forgejo/workflows/ruby.yml +++ b/.forgejo/workflows/ruby.yml @@ -1,3 +1,7 @@ +# Note: This is not working yet. Codeberg does not have ruby/setup-ruby action https://codeberg.org/actions +# and currently the runner is complaining about not really being a GitHub Action runner. +# Thus we are currently relying on actual GitHub Actions for this repo: https://github.com/Schmidt-DevOps/OmniAuth-PingOne/actions + name: Ruby on: [push, pull_request]