Skip to content

Bump svelte-keyed from 1.1.7 to 2.0.0 #176

Bump svelte-keyed from 1.1.7 to 2.0.0

Bump svelte-keyed from 1.1.7 to 2.0.0 #176

Workflow file for this run

name: Build gui
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
repository: ${{ github.repository }}
submodules: recursive
- name: Install dependencies
run: |
npm install
- name: Build GUI
run: |
npm run build