Skip to content

Bump ws from 7.5.8 to 7.5.10 #240

Bump ws from 7.5.8 to 7.5.10

Bump ws from 7.5.8 to 7.5.10 #240

Workflow file for this run

name: format
on:
- push
- pull_request
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: yarn install
- run: yarn run checkFormat