Skip to content

Bump ws from 6.2.1 to 6.2.4 in /example #105

Bump ws from 6.2.1 to 6.2.4 in /example

Bump ws from 6.2.1 to 6.2.4 in /example #105

Workflow file for this run

name: Lint
on: [push]
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/setup-node
- name: Lint
run: yarn run lint