Skip to content

Commit 2915325

Browse files
authored
Create php-cs-fixer.yml
1 parent cd9ec78 commit 2915325

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/php-cs-fixer.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Check & fix styling
2+
3+
on: [push]
4+
5+
jobs:
6+
php-cs-fixer:
7+
name: PHP-CS-Fixer
8+
runs-on: ubuntu-latest
9+
10+
steps:
11+
- uses: actions/checkouts@v3
12+
- name: PHP-CS-Fixer
13+
uses: docker://oskarstark/php-cs-fixer-ga
14+
with:
15+
args: --config=.php-cs-fixer.php
16+

0 commit comments

Comments
 (0)