ethos/.gitea/workflows/check.yaml
sfja f63f63dc9d
Some checks failed
Check / Explore-Gitea-Actions (push) Failing after 1m24s
add gitea workflow
2026-03-11 18:20:37 +01:00

16 lines
303 B
YAML

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