Skip to content

Commit fc5900e

Browse files
authored
Fixed typo "refactor"
1 parent e9ca288 commit fc5900e

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)