Skip to content

test change

test change #13

Workflow file for this run

name: 'build-test'
on:
pull_request:
push:
jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
npm install
- run: |
npm run all