Skip to content

Commit 27f216f

Browse files
committed
Add
1 parent 99c4cca commit 27f216f

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,16 @@ jobs:
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

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
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+
36
This 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

0 commit comments

Comments
 (0)