Skip to content

style: reduced margin between toolbar rows (#14) #30

style: reduced margin between toolbar rows (#14)

style: reduced margin between toolbar rows (#14) #30

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "npm"
- run: npm ci
- run: npm run check
- run: npm run tsc
- run: npm run build
- run: mv dist/index.html remote-bandui.html
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: dist
path: |
remote-bandui.html
Mother Project.RPP
LICENSE