Skip to content

don't use timer if have warnings #1292

don't use timer if have warnings

don't use timer if have warnings #1292

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
cache: 'yarn'
- run: yarn
- run: npm run lint
- run: npm test