switch to crowdin github action

This commit is contained in:
Amruth Pillai
2026-04-14 11:50:07 +02:00
parent c19b9746c8
commit d6e0d9ac61
3 changed files with 48 additions and 7 deletions
+13 -6
View File
@@ -16,16 +16,23 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Checkout Repository
uses: actions/checkout@v6
- uses: voidzero-dev/setup-vp@v1
- name: Setup Vite+
uses: voidzero-dev/setup-vp@v1
with:
node-version: "24"
cache: true
- run: vp install
- name: Install Dependencies
run: vp install
- run: vp test
- run: vp check --fix
- name: Run Tests
run: vp test
- uses: autofix-ci/action@7a166d7532b277f34e16238930461bf77f9d7ed8
- name: Run Lint and Format
run: vp check --fix
- name: Autofix
uses: autofix-ci/action@7a166d7532b277f34e16238930461bf77f9d7ed8