fix(ci): remove test step from lint workflow
Check Deno code / Check Deno code (pull_request) Successful in 6s
Tests / Unit tests (pull_request) Successful in 11s
Tests / Integration tests (pull_request) Successful in 1m0s

This commit is contained in:
2026-04-26 14:23:12 +02:00
committed by djalim
parent 235e12f407
commit 95700b0595
+4 -3
View File
@@ -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/