From 20f42d8e842a2a85275f400bee7261058e5a0506 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Placzy=C5=84ski?= Date: Thu, 28 Mar 2024 10:08:31 +0100 Subject: [PATCH] Fix backend linting and format checking workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Due to existance of bad statement in the workflow, it failed at execution. This commit is about to fix that. Signed-off-by: Paweł Placzyński --- .github/workflows/code_check_backend.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/code_check_backend.yml b/.github/workflows/code_check_backend.yml index c7a9d4981..fca3fdf7c 100644 --- a/.github/workflows/code_check_backend.yml +++ b/.github/workflows/code_check_backend.yml @@ -1,5 +1,4 @@ name: Backend Lint & Format Check -description: 'Check Haskell code in backend module' on: workflow_dispatch: