Skip to content

Commit

Permalink
ci: update Fix PHP code style issues action
Browse files Browse the repository at this point in the history
  • Loading branch information
JaZo committed Sep 11, 2023
1 parent 05ddd1a commit a955fc9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/fix-php-code-style-issues.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Fix PHP code style issues

on: [push]
on:
push:
paths:
- '**.php'

permissions:
contents: write

jobs:
php-code-styling:
Expand Down

0 comments on commit a955fc9

Please sign in to comment.