Skip to content

Commit

Permalink
doc: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jul 28, 2024
1 parent c2f3582 commit 45e8b4c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `./`)
Expand Down

0 comments on commit 45e8b4c

Please sign in to comment.