Skip to content

Commit

Permalink
ci(typos): Output Directory Structure
Browse files Browse the repository at this point in the history
  • Loading branch information
liweijie0812 committed Apr 11, 2024
1 parent 2ae0e05 commit 9147e8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr-spelling.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Output Directory Structure
run: tree . > tree-output.txt
- name: Check spelling
uses: crate-ci/typos@master
with:
Expand Down

0 comments on commit 9147e8c

Please sign in to comment.