Skip to content

Commit 45e8b4c

Browse files
committed
doc: Update README.md
1 parent c2f3582 commit 45e8b4c

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
with:
2424
path: ./src
2525

26-
- name: Output src/ folder tree
26+
- name: Output ./ folder tree
2727
# uses: jaywcjlove/github-action-folder-tree@main
2828
uses: ./
2929
with:
30-
exclude: "node_modules|dist|.git"
30+
exclude: "node_modules|dist|.git|.husky"
3131

3232
- name: Create idoc config
3333
run: |

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,22 @@ View the folder directory tree structure, similar to the output of the `tree` co
1717
depth: 2
1818
```
1919
20+
Output Project Structure
21+
22+
```sh
23+
├── .lintstagedrc
24+
├── LICENSE
25+
├── README.md
26+
├── action.yml
27+
├─> build
28+
├── package-lock.json
29+
├── package.json
30+
├── renovate.json
31+
├─> src
32+
│ └── index.ts
33+
└── tsconfig.json
34+
```
35+
2036
## Inputs
2137

2238
- `path` Folder path. (default `./`)

0 commit comments

Comments
 (0)