Skip to content

Commit

Permalink
Merge pull request #428 from RahulDey12/patch-2
Browse files Browse the repository at this point in the history
Fixed typo "refactor"
  • Loading branch information
gehrisandro authored Aug 20, 2024
2 parents aa1f864 + fc5900e commit 97a4763
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/formats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 97a4763

Please sign in to comment.