Skip to content

Commit

Permalink
ci: update workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jul 28, 2024
1 parent daad188 commit c2f3582
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit c2f3582

Please sign in to comment.