Skip to content

Commit

Permalink
Fixed typo "refactor"
Browse files Browse the repository at this point in the history
  • Loading branch information
RahulDey12 authored Jun 16, 2024
1 parent e9ca288 commit fc5900e
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 fc5900e

Please sign in to comment.