Skip to content

Commit

Permalink
Only verify http links
Browse files Browse the repository at this point in the history
  • Loading branch information
Johennes committed Aug 8, 2024
1 parent 25a11d1 commit 3800ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/lint-jsonschema/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ runs:
rc=1
fi
fi
done < <(grep -hoE 'link:[^\[]*|image::?[^\[]*|[a-z]*://[^\["[:space:]]*' "$(basename "$file")" | grep -v '^image:' | sed -E "s/^link:+//g")
done < <(grep -hoE 'link:[^\[]*|image::?[^\[]*|https?://[^\["[:space:]]*' "$(basename "$file")" | grep -v '^image:' | sed -E "s/^link:+//g")
popd > /dev/null
done < <(find . -type f -name "*.adoc")
Expand Down

0 comments on commit 3800ab9

Please sign in to comment.