Skip to content

Commit

Permalink
Update phpcs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andifahruddinakas committed May 13, 2022
1 parent 1dcaff6 commit c2f8c1e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/phpcs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Check & fix styling
name: Fix styling

on:
on:
pull_request:
branches:
- dev
Expand All @@ -9,7 +9,8 @@ on:
jobs:
php-cs-fixer:
runs-on: ubuntu-latest

# Check if contains [ci skip] will be skip github action
if: "!contains(github.event.head_commit.message, '[ci skip]')"
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand All @@ -24,4 +25,4 @@ jobs:
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Fix styling
commit_message: "Fix styling"

0 comments on commit c2f8c1e

Please sign in to comment.