Skip to content

fix: upgrade cheerio from 1.0.0-rc.12 to 1.0.0 #215

fix: upgrade cheerio from 1.0.0-rc.12 to 1.0.0

fix: upgrade cheerio from 1.0.0-rc.12 to 1.0.0 #215

Workflow file for this run

name: Eslint
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install
- run: npm run lint