ci) add gitea actions and refresh readme #1

Merged
shaun merged 18 commits from ci/gitea-actions-readme into main 2026-02-21 04:33:49 +00:00
Showing only changes of commit 2ff8a71b0c - Show all commits

View File

@@ -29,7 +29,7 @@ jobs:
run: bun install --frozen-lockfile
- name: Lint
run: bun run lint
run: bun run lint -- --format unix
- name: Unit tests
run: bun run test