Skip to content

Commit afe1bac

Browse files
committed
wip
1 parent 0744f9c commit afe1bac

File tree

5 files changed

+21
-89
lines changed

5 files changed

+21
-89
lines changed

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

Lines changed: 0 additions & 23 deletions
This file was deleted.

.github/workflows/pint.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Check & fix styling
2+
3+
on: [push]
4+
5+
jobs:
6+
php-cs-fixer:
7+
runs-on: ubuntu-latest
8+
9+
steps:
10+
- name: Checkout code
11+
uses: actions/checkout@v3
12+
with:
13+
ref: ${{ github.head_ref }}
14+
15+
- name: Fix styling issues
16+
uses: aglipanci/[email protected]
17+
18+
- name: Commit changes
19+
uses: stefanzweifel/git-auto-commit-action@v4
20+
with:
21+
commit_message: Fix styling

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
.idea
2-
.php-cs-fixer.cache
31
.phpunit.result.cache
42
build
53
composer.lock

.php-cs-fixer.dist.php

Lines changed: 0 additions & 40 deletions
This file was deleted.

phpunit.xml.dist.bak

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)