only fmt check src/
Some checks failed
Check / Explore-Gitea-Actions (push) Failing after 7s

This commit is contained in:
sfja 2026-03-11 18:23:18 +01:00
parent f63f63dc9d
commit e6607cbf49

View File

@ -10,6 +10,6 @@ jobs:
with: with:
deno-version: v2.x deno-version: v2.x
- run: deno check src/main.ts - run: deno check src/main.ts
- run: deno fmt --check - run: deno fmt --check src/
- run: ./tests/test.sh - run: ./tests/test.sh