Skip to content

fix(style): HUD not always visible #32

fix(style): HUD not always visible

fix(style): HUD not always visible #32

Workflow file for this run

name: Perform linting
on: push
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
npm ci
npm run lint