Skip to content

Commit 97a4763

Browse files
authored
Merge pull request #428 from RahulDey12/patch-2
Fixed typo "refactor"
2 parents aa1f864 + fc5900e commit 97a4763

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/formats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
- name: Coding Style Checks
4141
run: composer test:lint
4242

43-
- name: Refacto Checks
44-
run: composer test:refacto
43+
- name: Refactor Checks
44+
run: composer test:refactor
4545

4646
- name: Type Checks
4747
run: composer test:types

0 commit comments

Comments
 (0)