Skip to content

Bump ws from 6.2.2 to 6.2.3 in /Example #269

Bump ws from 6.2.2 to 6.2.3 in /Example

Bump ws from 6.2.2 to 6.2.3 in /Example #269

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Check linting
run: yarn lint
- name: Build typescript & flow
run: yarn build