diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d28e53a..301c50e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,11 +23,11 @@ jobs: with: path: ./src - - name: Output src/ folder tree + - name: Output ./ folder tree # uses: jaywcjlove/github-action-folder-tree@main uses: ./ with: - exclude: "node_modules|dist|.git" + exclude: "node_modules|dist|.git|.husky" - name: Create idoc config run: | diff --git a/README.md b/README.md index 2ff76bd..c668c29 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,22 @@ View the folder directory tree structure, similar to the output of the `tree` co depth: 2 ``` +Output Project Structure + +```sh +├── .lintstagedrc +├── LICENSE +├── README.md +├── action.yml +├─> build +├── package-lock.json +├── package.json +├── renovate.json +├─> src +│ └── index.ts +└── tsconfig.json +``` + ## Inputs - `path` Folder path. (default `./`)