feat: initial upload

This commit is contained in:
Marc 2024-11-05 23:38:46 -05:00
commit 103276ddd7
Signed by: marc
GPG key ID: 048E042F22B5DC79

13
action.yml Normal file
View file

@ -0,0 +1,13 @@
name: Setup Spud
inputs:
version:
description: "Spud version to install."
runs:
using: composite
steps:
- name: Pull pre-built binary
env:
SPUD_VERSION: ${{ inputs.version }}
run: curl https://forge.karnov.club/spadinastan/spud/raw/branch/main/install.sh | bash
- name: Smoke test
run: which spud