14 lines
241 B
YAML
14 lines
241 B
YAML
|
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
|