Switch to translatable data

This commit is contained in:
2025-08-20 23:18:40 +02:00
parent c35fb06830
commit cc544322b2
36 changed files with 431 additions and 146 deletions
+14
View File
@@ -6,7 +6,21 @@ on:
branches: ['main']
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install --include=dev
- name: Check formatting
run: bun run check
- name: Run tests
run: bun run test
deploy:
needs: test
permissions:
contents: read
packages: write