From ac25f7d789bc013746d1b87227fbb9c05df11fbe Mon Sep 17 00:00:00 2001 From: Dominic Date: Tue, 8 Jul 2025 19:13:18 +0200 Subject: [PATCH] initial commit --- .forgejo/workflows/rlottie.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .forgejo/workflows/rlottie.yml diff --git a/.forgejo/workflows/rlottie.yml b/.forgejo/workflows/rlottie.yml new file mode 100644 index 0000000..fb05186 --- /dev/null +++ b/.forgejo/workflows/rlottie.yml @@ -0,0 +1,13 @@ +name: rlotie + +on: + push: + workflow_dispatch: + +jobs: + rlottie: + runs-on: alpine-latest + steps: + - run: apk add bash + shell: busybox ash -euo pipefail {0} + - uses: https://github.com/msrd0/install-rlottie-action@v1.3