Skip to content

Commit

Permalink
update fix-php-code-style.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
psion-ar committed Jun 20, 2024
1 parent 9c137dd commit aeea2a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/fix-php-code-style.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Fix PHP code style issues

on:
on:
push:
branches:
- main
paths:
- '**.php'

Expand All @@ -15,8 +17,6 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}

- name: Fix PHP code style issues
uses: aglipanci/[email protected]
Expand Down

0 comments on commit aeea2a8

Please sign in to comment.