Skip to content

Start starting/stopping indicator, reload indicator on status changes… #475

Start starting/stopping indicator, reload indicator on status changes…

Start starting/stopping indicator, reload indicator on status changes… #475

Workflow file for this run

name: Mean Bean CI
on:
push:
branches:
- main
- devel
pull_request:
jobs:
linux:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "16"
- name: Build UI
run: |
npm install && npm run build