Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Wambere committed Jan 12, 2024
1 parent bf89705 commit 834327c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
files=$(jq ".[]" $HOME/files.json)
echo $files
echo "1------"
for f in $files; do echo $f; done
for f in $files; do echo readlink -f $f; done
echo "2-----------"

0 comments on commit 834327c

Please sign in to comment.