Skip to content

fix plugin/rand: limit max draw count #73

fix plugin/rand: limit max draw count

fix plugin/rand: limit max draw count #73

Workflow file for this run

name: Build Check
on:
pull_request:
branches:
- main
- 'releases/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install
- run: npm run build