Skip to content

Add ability to clear 'Underdog Warning' Modal #118

Add ability to clear 'Underdog Warning' Modal

Add ability to clear 'Underdog Warning' Modal #118

Workflow file for this run

name: CI
on: [pull_request, push]
jobs:
build:
name: Pull Request
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: borales/actions-yarn@v3.0.0
name: Install
with:
cmd: install
env:
PUPPETEER_SKIP_DOWNLOAD: true
- uses: borales/actions-yarn@v3.0.0
name: Lint
with:
cmd: lint
- uses: borales/actions-yarn@v3.0.0
name: Test
with:
cmd: test