add gitea workflow
Some checks failed
Check / Explore-Gitea-Actions (push) Failing after 1m24s

This commit is contained in:
sfja 2026-03-11 18:20:37 +01:00
parent fea76133dc
commit f63f63dc9d

View File

@ -0,0 +1,15 @@
name: Check
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v2
with:
deno-version: v2.x
- run: deno check src/main.ts
- run: deno fmt --check
- run: ./tests/test.sh