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 56s

This commit is contained in:
2026-04-26 14:23:12 +02:00
parent be2d8ad9d2
commit 7a91f552cb
2 changed files with 4 additions and 6 deletions
+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/