From e0a104a5e78a4bfcf9f06e6b5ef082066b2673c8 Mon Sep 17 00:00:00 2001 From: Bashamega Date: Wed, 14 Aug 2024 17:21:51 +0300 Subject: [PATCH] GH Actions fix --- .github/workflows/format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 6391b84..6998ed3 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -23,4 +23,4 @@ jobs: run: npm install - name: Run script - run: npm run format:check # Replace with the path to your script + run: npm run prettier:check # Replace with the path to your script