Skip to content

Bump ws from 7.5.9 to 7.5.10 (#206) #430

Bump ws from 7.5.9 to 7.5.10 (#206)

Bump ws from 7.5.9 to 7.5.10 (#206) #430

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request: {}
jobs:
lint:
name: Linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v2
with:
cache: yarn
- name: install dependencies
run: yarn install
- name: lint
run: yarn lint