Skip to content

feat: add i18n config #10

feat: add i18n config

feat: add i18n config #10

Workflow file for this run

name: Build and Release
on:
push:
branches:
- main
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install bun
uses: oven-sh/setup-bun@v1
- name: Install deps
run: bun i
- name: Test
run: bun run test
- name: Build
run: bun run build