We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b7107d commit 158729fCopy full SHA for 158729f
.github/workflows/tests.yml
@@ -6,16 +6,16 @@ on:
6
- cron: '0 0 * * *'
7
8
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
+# styling:
+# name: PHP-CS-Fixer
+# runs-on: ubuntu-latest
+# steps:
+# - uses: actions/checkout@v2
+# - name: PHP-CS-Fixer
+# uses: docker://oskarstark/php-cs-fixer-ga
+# - uses: stefanzweifel/git-auto-commit-action@v4
+# with:
+# commit_message: Automatic application of php-cs-fixer changes
19
tests:
20
needs:
21
- styling
0 commit comments