Skip to content

Merge pull request #77: Add file picker to splash page #5

Merge pull request #77: Add file picker to splash page

Merge pull request #77: Add file picker to splash page #5

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16'
- run: npm ci
- run: npm run build