Skip to content

Commit

Permalink
list folders
Browse files Browse the repository at this point in the history
  • Loading branch information
dzlab committed Dec 3, 2023
1 parent 2ebec3e commit 7c6da2d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/vale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: ls ${{github.workspace}}
run: ls -alt ${{github.workspace}}
- name: ls $GITHUB_WORKSPACE
run: ls -alt $GITHUB_WORKSPACE
- name: Install and run Vale
uses: errata-ai/vale-action@reviewdog
env:
Expand Down

0 comments on commit 7c6da2d

Please sign in to comment.