Skip to content
This repository was archived by the owner on Sep 9, 2026. It is now read-only.

feat: create translations #5

feat: create translations

feat: create translations #5

Workflow file for this run

name: CI
on:
push:
jobs:
test:
name: Build and Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v7
- name: Set up JDK
uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: '26'
cache: 'maven'
- name: Run tests
run: mvn -B test