feat: v0.1.0 — sqlite-migrate package extraction from authd #1

Merged
brendan merged 9 commits from feat/initial-package into main 2026-05-12 09:30:50 +00:00
Showing only changes of commit 7e29d8afbd - Show all commits

21
.gitea/workflows/ci.yml Normal file
View File

@@ -0,0 +1,21 @@
name: ci
on:
push:
branches: [main]
tags: ['v*']
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: npm ci
- run: npm run typecheck
- run: npm run build
- run: npm test
- name: ensure dist is up to date
run: git diff --exit-code dist/