Skip to content

Commit

Permalink
fix: Try listing directories
Browse files Browse the repository at this point in the history
  • Loading branch information
cpswan committed Jan 12, 2024
1 parent ce45db6 commit 4f66dd6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ruff_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,8 @@ jobs:
uses: chartboost/ruff-action@e18ae971ccee1b2d7bbef113930f00c670b78da4 # v1.0.0
with:
src: "./src/lib/*.py"
- name: List directory contents
run: |
ls
ls src
ls src/lib

0 comments on commit 4f66dd6

Please sign in to comment.