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 97129bf commit 594743bCopy full SHA for 594743b
.github/workflows/lint.yml
@@ -0,0 +1,10 @@
1
+on: [push, pull_request]
2
+name: Main
3
+jobs:
4
+ php-cs-fixer:
5
+ name: PHP-CS-Fixer
6
+ runs-on: ubuntu-latest
7
+ steps:
8
+ - uses: actions/checkout@v2
9
+ - name: PHP-CS-Fixer
10
+ uses: docker://oskarstark/php-cs-fixer-ga
0 commit comments