Skip to content

Commit

Permalink
Develop (#25)
Browse files Browse the repository at this point in the history
* Fix styling

* Update PHP CS Fixer config and remove changelog workflow

* Add dry-run option to PHP CS Fixer workflow

---------

Co-authored-by: tvup <[email protected]>
  • Loading branch information
tvup and tvup authored Jul 26, 2024
1 parent 2747aca commit 148d882
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 37 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/php-cs-fixer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,4 @@ jobs:
- name: Run PHP CS Fixer
uses: docker://oskarstark/php-cs-fixer-ga
with:
args: --config=.php-cs-fixer.php --allow-risky=yes

- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Fix styling
args: --dry-run --config=.php-cs-fixer.php --allow-risky=yes
31 changes: 0 additions & 31 deletions .github/workflows/update-changelog.yml

This file was deleted.

0 comments on commit 148d882

Please sign in to comment.