Skip to content

🐞 fix:修復频道命名冲突问题 #4

🐞 fix:修復频道命名冲突问题

🐞 fix:修復频道命名冲突问题 #4

Workflow file for this run

name: Build Test
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: git checkout
uses: actions/checkout@v4
- name: pnpm setup
uses: pnpm/action-setup@v3
with:
version: '9.5.0'
- name: Install node modules
run: pnpm install
- name: Build Test
run: pnpm run build