Skip to content

build(deps): bump ws from 7.5.8 to 7.5.10 #143

build(deps): bump ws from 7.5.8 to 7.5.10

build(deps): bump ws from 7.5.8 to 7.5.10 #143

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Dependencies
run: yarn
- name: Check Lint and Tests
run: |
yarn autofix
yarn test
yarn type-check
- name: Build CLI
run: yarn build
- name: Code Quality ( Codecov )
run: bash <(curl -s https://codecov.io/bash) -t ${{ secrets.CODECOV_TOKEN }}