Skip to content

feat: Added region colors and ordering+filtering #6

feat: Added region colors and ordering+filtering

feat: Added region colors and ordering+filtering #6

Workflow file for this run

name: Build pull request
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: "npm"
- run: npm ci
- 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