Skip to content

Bump ws from 8.13.0 to 8.17.1 #54

Bump ws from 8.13.0 to 8.17.1

Bump ws from 8.13.0 to 8.17.1 #54

Workflow file for this run

name: Lint
on:
- push
- pull_request
jobs:
eslint:
name: Run eslint and prettier
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install packages
run: npm ci
- name: Run linter
run: npm run lint