From fae449acdaf06dba5a0924a605250dd9bf5f8b9b Mon Sep 17 00:00:00 2001 From: Ethan Girouard Date: Wed, 17 Jun 2026 20:50:08 -0400 Subject: [PATCH] Add tailwind-build job --- .gitea/workflows/push.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitea/workflows/push.yaml b/.gitea/workflows/push.yaml index 44416d3..8b98743 100644 --- a/.gitea/workflows/push.yaml +++ b/.gitea/workflows/push.yaml @@ -68,3 +68,11 @@ jobs: uses: actions/checkout@v4 - name: Run rustfmt run: cargo fmt --check + + tailwind-build: + runs-on: libretunes-cicd-dx + steps: + - name: Checkout repository + uses: actions/checkout@v4 + - name: Run tailwindcss + run: tailwindcss --input style/tailwind.css