From 889858a4992779d253da45c9a2b4781fe128e132 Mon Sep 17 00:00:00 2001 From: Tasos Derisiotis <50984242+Eengineer1@users.noreply.github.com> Date: Tue, 10 Dec 2024 14:56:57 +0200 Subject: [PATCH] Restored lint action --- .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 fdb436411..d5d7cec24 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