Skip to content

chore: CI/CD refactoring #433

chore: CI/CD refactoring

chore: CI/CD refactoring #433

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: "20"
os: "ubuntu-latest"
# lint
# test
# misc