commit 103276ddd763ceb021e5c65e6eb6e67457fcb50f Author: Marc Cataford Date: Tue Nov 5 23:38:46 2024 -0500 feat: initial upload diff --git a/action.yml b/action.yml new file mode 100644 index 0000000..a3c0e02 --- /dev/null +++ b/action.yml @@ -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