Skip to content

defer loading to address race condition with event subscriptions #4

defer loading to address race condition with event subscriptions

defer loading to address race condition with event subscriptions #4

Workflow file for this run

name: Lint
on: [pull_request]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Yarn
shell: bash
run: yarn install --immutable
- uses: Maggi64/eslint-plus-action@master
with:
npmInstall: false