Skip to content

chore: CI/CD refactoring #430

chore: CI/CD refactoring

chore: CI/CD refactoring #430

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