initial-commit #1

Merged
t.behrendt merged 33 commits from initial-commit into main 2025-07-16 07:21:14 +02:00
Showing only changes of commit 83f87f8729 - Show all commits

View File

@@ -14,6 +14,10 @@ jobs:
- uses: oven-sh/setup-bun@v2 - uses: oven-sh/setup-bun@v2
with: with:
bun-version-file: ".bun-version" bun-version-file: ".bun-version"
# only required for cspell compatibility until a mature replacement is available
- uses: actions/setup-node@v4
with:
node-version: 20
- run: bun install --frozen-lockfile - run: bun install --frozen-lockfile
- name: Run lint - name: Run lint
run: bun run check:code run: bun run check:code