Skip to content

#67: Fix issues with odds-api, and webscraper (#68) #116

#67: Fix issues with odds-api, and webscraper (#68)

#67: Fix issues with odds-api, and webscraper (#68) #116

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