Skip to content

Bump ws from 7.5.7 to 7.5.10 #62

Bump ws from 7.5.7 to 7.5.10

Bump ws from 7.5.7 to 7.5.10 #62

Workflow file for this run

name: lint and test action
on: [push, pull_request]
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '12'
cache: 'npm'
- name: npm install
run: npm install
- uses: reviewdog/action-eslint@v1
- name: run test
run: npm run test