File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: reviewdog
22on : [pull_request]
33jobs :
44 linter_name :
5- name : runner / reviewdog/action-misspell
5+ name : reviewdog/action-misspell
66 runs-on : ubuntu-latest
77 steps :
88 - uses : actions/checkout@v2
1212 # Change reviewdog reporter if you need [github-pr-check,github-check,github-pr-review].
1313 reporter : github-pr-review
1414 # Change reporter level if you need.
15- level : infoanguagetool@v1.0.3
15+ level : error
Original file line number Diff line number Diff line change @@ -25,9 +25,19 @@ bin/console
2525php -S 127.0.0.1:8000 ./public
2626```
2727
28+ Or you can try ReactPHP version
29+
30+ ``` bash
31+ composer create-project antidot-fw/reactive-starter project-name
32+ cd project-name
33+ bin/console
34+ php public/index.php # Creates server on 127.0.0.1:8000
35+ ```
36+
37+
2838## Special thanks & Sponsors
2939
30- * ** JetBrains:** Thanks for supporting us with the All Products Pack License for Open Source
40+ * ** JetBrains:** Thanks for supporting us with, the All Products Pack License for Open Source
3141
3242<a href =" https://www.jetbrains.com/?from=antidot-framework " target =" _blank " >
3343 <img alt="JetBrains" src="/images/jetbrains-variant-4.png" style="width:263px !important;height:147px !important"/>
You can’t perform that action at this time.
0 commit comments