Skip to content

Bump ws from 7.3.0 to 7.5.10 #192

Bump ws from 7.3.0 to 7.5.10

Bump ws from 7.3.0 to 7.5.10 #192

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Begin CI...
uses: actions/checkout@v2
- name: Lint
run: make lint
- name: Test
run: make test
- name: Build
run: make build