From c2f3582d20fc8cd90945c0a0aa3541a2a920a4c9 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Sun, 28 Jul 2024 22:23:15 +0800 Subject: [PATCH] ci: update workflows config. --- .github/workflows/ci.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 68a802f..d28e53a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,13 +97,11 @@ jobs: ```yml - - name: Read README.md - id: package + - name: Print Folder Tree uses: jaywcjlove/github-action-folder-tree@main with: - path: package.json - - - name: Echo package.json - run: echo "$\{{ steps.package.outputs.content }}" + exclude: "node_modules|dist|.git|.husky" + path: ./src + depth: 2 ```