From b871786a1f1de0ac93f0ecce25affa1035677427 Mon Sep 17 00:00:00 2001 From: Tasos Derisiotis <50984242+Eengineer1@users.noreply.github.com> Date: Wed, 4 Dec 2024 13:50:52 +0200 Subject: [PATCH] Temporarily disabled linter --- .github/workflows/dispatch.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dispatch.yml b/.github/workflows/dispatch.yml index 36456b6e4..304567db4 100644 --- a/.github/workflows/dispatch.yml +++ b/.github/workflows/dispatch.yml @@ -7,13 +7,13 @@ concurrency: jobs: - call-lint: - name: "Lint" - uses: ./.github/workflows/lint.yml + # call-lint: + # name: "Lint" + # uses: ./.github/workflows/lint.yml call-build: name: "Build & Test" - needs: call-lint + # needs: call-lint uses: ./.github/workflows/build.yml secrets: inherit