ethos/.gitea/workflows/check.yaml
sfja e6607cbf49
Some checks failed
Check / Explore-Gitea-Actions (push) Failing after 7s
only fmt check src/
2026-03-11 18:23:18 +01:00

16 lines
308 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 src/
- run: ./tests/test.sh