File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 4242 - name : Run Larastan
4343 run : vendor/bin/phpstan analyse --no-progress
4444
45+ eslint :
46+ runs-on : ubuntu-latest
47+ name : ESLint
48+ steps :
49+ - uses : actions/checkout@v2
50+ - name : Install dependencies
51+ run : yarn install
52+ - name : Run ESLint
53+ run : yarn run eslint
54+
4555# phpcs:
4656# runs-on: ubuntu-latest
4757# name: PHP Style Fixer
Original file line number Diff line number Diff line change 11# laravel-echo-api-gateway
22
3+ ![ CI] ( https://github.com/georgeboot/laravel-echo-api-gateway/workflows/CI/badge.svg?event=push )
4+ [ ![ codecov] ( https://codecov.io/gh/georgeboot/laravel-echo-api-gateway/branch/master/graph/badge.svg?token=UVIA3FBQPP )] ( https://codecov.io/gh/georgeboot/laravel-echo-api-gateway )
5+
36This package enables you to use API Gateway‘s Websockets as a driver for [ Laravel Echo] ( https://github.com/laravel/echo )
47, so you don’t have to use services like Pusher or Socket.io.
58
You can’t perform that action at this time.
0 commit comments