Skip to content

Commit 158729f

Browse files
author
Tom Schlick
authored
disable phpcs fixer for now
1 parent 3b7107d commit 158729f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/tests.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ on:
66
- cron: '0 0 * * *'
77

88
jobs:
9-
styling:
10-
name: PHP-CS-Fixer
11-
runs-on: ubuntu-latest
12-
steps:
13-
- uses: actions/checkout@v2
14-
- name: PHP-CS-Fixer
15-
uses: docker://oskarstark/php-cs-fixer-ga
16-
- uses: stefanzweifel/git-auto-commit-action@v4
17-
with:
18-
commit_message: Automatic application of php-cs-fixer changes
9+
# styling:
10+
# name: PHP-CS-Fixer
11+
# runs-on: ubuntu-latest
12+
# steps:
13+
# - uses: actions/checkout@v2
14+
# - name: PHP-CS-Fixer
15+
# uses: docker://oskarstark/php-cs-fixer-ga
16+
# - uses: stefanzweifel/git-auto-commit-action@v4
17+
# with:
18+
# commit_message: Automatic application of php-cs-fixer changes
1919
tests:
2020
needs:
2121
- styling

0 commit comments

Comments
 (0)