Skip to content

Commit

Permalink
update github action to format
Browse files Browse the repository at this point in the history
  • Loading branch information
SethSharp committed Jan 27, 2024
1 parent b308c0b commit 4042777
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:

- name: Format code
run: |
echo "running formatting"
npm run format
echo "running php-cs-fixer..."
vendor/bin/php-cs-fixer fix
Expand Down

0 comments on commit 4042777

Please sign in to comment.