Skip to content

Commit

Permalink
some more listing of directories
Browse files Browse the repository at this point in the history
  • Loading branch information
Taepper committed Jun 19, 2024
1 parent 7d30b86 commit ee2f36a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ jobs:
| jq -r '.[].filename')
echo "Successfully split the input files. Got the changed files: $files"
echo "Checking build directory:"
pwd
ls
ls src
ls build
IFS=$'\n'
for file in $files; do
Expand Down

0 comments on commit ee2f36a

Please sign in to comment.