Skip to content

chore: CI/CD refactoring #431

chore: CI/CD refactoring

chore: CI/CD refactoring #431

Workflow file for this run

name: "CI Check for PullRequest"
on:
pull_request:
jobs:
# labels
build:
uses: ./.github/workflows/ci.build.yml
with:
node-version-matrix: "['20.x']"
os-matrix: "['macos-latest', 'ubuntu-latest', 'windows-latest']"
# lint
# test
# misc