From 95700b059500c9c934ef300385378d939011d2e2 Mon Sep 17 00:00:00 2001 From: Djalim Simaila Date: Sun, 26 Apr 2026 14:23:12 +0200 Subject: [PATCH] fix(ci): remove test step from lint workflow --- .github/workflows/lint.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5194ae0..8bb5888 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -4,6 +4,10 @@ on: pull_request: branches: - main + - develop + push: + branches: + - develop permissions: contents: read @@ -24,6 +28,3 @@ jobs: - name: Check linting run: deno lint - - - name: Run tests - run: deno test -A --no-check tests/