Skip to content

馃敤 chore(LICENSE): LobeChat 1.0 - Update LICENSE to Apache 2.0 #4815

馃敤 chore(LICENSE): LobeChat 1.0 - Update LICENSE to Apache 2.0

馃敤 chore(LICENSE): LobeChat 1.0 - Update LICENSE to Apache 2.0 #4815

Workflow file for this run

name: Test CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install bun
uses: oven-sh/setup-bun@v1
with:
bun-version: ${{ secrets.BUN_VERSION }}
- name: Install deps
run: bun i
- name: Lint
run: bun run lint
- name: Test and coverage
run: bun run test:coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }} # required