2223333
Some checks failed
构建项目 / 构建 (push) Failing after 33s

This commit is contained in:
编码猿
2025-10-05 01:17:13 +08:00
parent 56d3cb15ed
commit 6e7807dae7

View File

@@ -2,6 +2,7 @@
# 1. 工作流名称
name: 构建项目
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
# 2. 触发条件 (on)
on:
@@ -20,7 +21,11 @@ jobs:
steps:
# 步骤 1: 检出代码
- name: 检出代码
uses: https://gitea.com/actions/checkout@v4
uses: actions/checkout@v4
- name: 显示目录
run: ls -la
# 步骤 2: 设置 Node.js 环境
- name: 设置 Node.js 环境