Skip to content

Fix linting error

Fix linting error #431

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