Skip to content

feat: add convenience application factory for self-hosting #638

feat: add convenience application factory for self-hosting

feat: add convenience application factory for self-hosting #638

name: Check code format
on: [push]
jobs:
check-code-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/workflows/setup
- name: Check code format
run: pnpm fmt:check