Skip to content

Commit

Permalink
Create github action to build template repos
Browse files Browse the repository at this point in the history
  • Loading branch information
JamyGolden committed Jun 23, 2024
1 parent 36eb21e commit cb5c400
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -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 ."

0 comments on commit cb5c400

Please sign in to comment.