Skip to content

✨ Authors and admins can now update/remove translations #54

✨ Authors and admins can now update/remove translations

✨ Authors and admins can now update/remove translations #54

Workflow file for this run

on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: oven-sh/setup-bun@v2
- name: Copy .env.example to .env.local
run: cp .env.example .env
- name: Install dependencies
run: bun install
- name: Typecheck
run: bun typecheck
- name: Lint
run: bun lint