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 4e52d6e commit 71b4f15
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/check-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ jobs:
echo "1------"
for f in $files
do
fullpath=readlink -f $f
fullpath=$(readlink -f $f)
echo $fullpath
echo $f
done
echo "3-----------"

0 comments on commit 71b4f15

Please sign in to comment.