Skip to content

Commit

Permalink
Merge branch 'DenverCoder1:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
FajarKim authored Aug 25, 2023
2 parents 15e8204 + 33b06bc commit a283fcb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
run: composer lint

- name: Prettify code
run: composer lint-fix
run: |
composer lint-fix
git diff
- name: Commit changes
uses: EndBug/add-and-commit@v9
Expand Down

0 comments on commit a283fcb

Please sign in to comment.