Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-cintra committed Dec 13, 2023
1 parent b7f1973 commit f5acea6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/fix-php-code-styles.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Fix PHP code style issues

on: push
on:
push:
branches: [main]
pull_request:
branches: [main]

jobs:
php-code-styling:
Expand All @@ -21,4 +25,4 @@ jobs:
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Fix styling
commit_message: Apply Pint for Code Styling Fixes during CI Process

0 comments on commit f5acea6

Please sign in to comment.