Skip to content

add trigger for testing #35

add trigger for testing

add trigger for testing #35

Workflow file for this run

name: CI
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 16
- run: |
./make.ps1 -command "build"