Skip to content

fix wavesurfer instance created twice #11

fix wavesurfer instance created twice

fix wavesurfer instance created twice #11

name: Pull Request Guard
on: [pull_request]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/workflows/yarn
- uses: Maggi64/eslint-plus-action@master
with:
npmInstall: false
build:
needs: eslint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/workflows/yarn
- name: Build
run: yarn build