diff --git a/action.yml b/action.yml new file mode 100644 index 0000000..9093c78 --- /dev/null +++ b/action.yml @@ -0,0 +1,9 @@ +name: Tinted Builder Rust +description: Build all the schemes for a base16 or tinted repo + +runs: + using: docker + image: ghcr.io/tinted-theming/tinted-builder-rust:latest + entrypoint: ["/bin/sh", "-c"] + args: + - "tinted-builder-rust sync && tinted-builder-rust build ."