Skip to content

move stomp connection to app parent, instead of per-page, this should… #128

move stomp connection to app parent, instead of per-page, this should…

move stomp connection to app parent, instead of per-page, this should… #128

Workflow file for this run

name: Lint
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm ci
- name: Run ESLint
run: npx eslint . --ext .js,.jsx,.ts,.tsx --fix