commit ac25f7d789bc013746d1b87227fbb9c05df11fbe Author: Dominic Date: Tue Jul 8 19:13:18 2025 +0200 initial commit 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