Skip to content

build(deps-dev): bump ws from 8.14.2 to 8.18.0 #531

build(deps-dev): bump ws from 8.14.2 to 8.18.0

build(deps-dev): bump ws from 8.14.2 to 8.18.0 #531

Workflow file for this run

name: Link, format, and unit tests
on:
push:
pull_request:
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run prettier -check
run: |
npm ci
npm run format
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run eslint
run: |
npm ci
npm run lint