Skip to content

[Snyk] Upgrade cheerio from 1.0.0-rc.12 to 1.0.0 #216

[Snyk] Upgrade cheerio from 1.0.0-rc.12 to 1.0.0

[Snyk] Upgrade cheerio from 1.0.0-rc.12 to 1.0.0 #216

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