Skip to content

build(deps): bump es5-ext from 0.10.62 to 0.10.64 #288

build(deps): bump es5-ext from 0.10.62 to 0.10.64

build(deps): bump es5-ext from 0.10.62 to 0.10.64 #288

Workflow file for this run

name: yarn
on: [ push, pull_request ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependecies
run: yarn
- name: Run lint script
run: yarn lint --max-warnings 0