From 1027d96cdf97c9de111c360eb9c548fb728e1a68 Mon Sep 17 00:00:00 2001 From: HGlab <54232526+HGlab01@users.noreply.github.com> Date: Wed, 21 Aug 2024 13:52:57 +0200 Subject: [PATCH] 1 --- .github/workflows/test-and-release.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 838ecaf..4303fe1 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -14,19 +14,6 @@ on: pull_request: {} jobs: - check-and-lint: - if: contains(github.event.head_commit.message, '[skip ci]') == false - - runs-on: ubuntu-latest - - steps: - - uses: ioBroker/testing-action-check@v1 - with: - node-version: '18.x' - # Uncomment the following line if your adapter cannot be installed using 'npm ci' - # install-command: 'npm install' - lint: true - build: runs-on: ubuntu-latest