From fc5900e0daba733c38d6fa0a3a849c3e00196ca2 Mon Sep 17 00:00:00 2001 From: Rahul Dey Date: Sun, 16 Jun 2024 20:16:11 +0530 Subject: [PATCH] Fixed typo "refactor" --- .github/workflows/formats.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/formats.yml b/.github/workflows/formats.yml index 90fea5c8..c4ad5c9a 100644 --- a/.github/workflows/formats.yml +++ b/.github/workflows/formats.yml @@ -40,8 +40,8 @@ jobs: - name: Coding Style Checks run: composer test:lint - - name: Refacto Checks - run: composer test:refacto + - name: Refactor Checks + run: composer test:refactor - name: Type Checks run: composer test:types