From 5ab047d1c9710f48b0e22635bf78b6f044f46e92 Mon Sep 17 00:00:00 2001 From: danijelTxFusion Date: Fri, 12 Jan 2024 13:58:05 +0100 Subject: [PATCH] ci(validate): rename the lint step --- .github/workflows/validate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 25cc404e..77681ab7 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -22,7 +22,7 @@ jobs: node-version: "lts/*" - name: Install dependencies run: yarn install - - name: Prepare environment + - name: Check the code format run: yarn lint:check commits: name: Check commits