Skip to content

build-install

build-install #8

Workflow file for this run

name: "build-install"
on:
workflow_dispatch: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
npm install --omit=optional
npm run all