Skip to content

Commit 52769e6

Browse files
committed
update workflow
1 parent b140032 commit 52769e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update-library-refs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@ jobs:
3939
set -e
4040
TARGET_DIRS=(./f95 ./lc)
4141
42+
ls -la $TARGET_DIRS
43+
4244
for DIR in "${TARGET_DIRS[@]}"; do
43-
find "$DIR" -type f -name "*.user.js"
4445
find "$DIR" -type f -name "*.user.js" | while read -r FILE; do
4546
echo "Processing: $FILE"
4647

0 commit comments

Comments
 (0)