From dc18523bd3dd26fc479227a99679d7b055f24b82 Mon Sep 17 00:00:00 2001 From: Djalim Simaila Date: Sun, 26 Apr 2026 14:53:25 +0200 Subject: [PATCH] Revert "ci: remove Run tests step from lint workflow" This reverts commit ae65e3d23abada539a1012e70e365deda8263fb2. --- .gitea/workflows/lint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/lint.yml b/.gitea/workflows/lint.yml index 5f41d19..a6815e4 100644 --- a/.gitea/workflows/lint.yml +++ b/.gitea/workflows/lint.yml @@ -29,3 +29,5 @@ jobs: - name: Check linting run: deno lint + - name: Run tests + run: deno test -A --no-check tests/