Skip to content

Fix #614. "onError" method needs to be declared #471

Fix #614. "onError" method needs to be declared

Fix #614. "onError" method needs to be declared #471

Workflow file for this run

name: Linter
on:
pull_request:
types: [opened, reopened]
push:
jobs:
eslint:
name: ESLint
runs-on: ubuntu-latest # using linux runner for speed
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install modules
run: yarn
- name: Install example
run: yarn bootstrap-linux
- name: Lint
run: yarn lint