Skip to content

refactor: re-structure the outline and i18n (#3) #3

refactor: re-structure the outline and i18n (#3)

refactor: re-structure the outline and i18n (#3) #3

Workflow file for this run

name: check code style and buildable
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
lfs: true
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
run: bun install
- name: Setup pre-commit and Run pre-commit
uses: pre-commit/[email protected]
- name: Test Buildable
run: bun run build