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 ```