We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b140032 commit 52769e6Copy full SHA for 52769e6
1 file changed
.github/workflows/update-library-refs.yml
@@ -39,8 +39,9 @@ jobs:
39
set -e
40
TARGET_DIRS=(./f95 ./lc)
41
42
+ ls -la $TARGET_DIRS
43
+
44
for DIR in "${TARGET_DIRS[@]}"; do
- find "$DIR" -type f -name "*.user.js"
45
find "$DIR" -type f -name "*.user.js" | while read -r FILE; do
46
echo "Processing: $FILE"
47
0 commit comments