Skip to content

Improve URL validation workflow#297

Open
Aditsharma12 wants to merge 1 commit into
onnx:mainfrom
Aditsharma12:improve-url-validator
Open

Improve URL validation workflow#297
Aditsharma12 wants to merge 1 commit into
onnx:mainfrom
Aditsharma12:improve-url-validator

Conversation

@Aditsharma12
Copy link
Copy Markdown

Description

Improved the URL validation workflow script by:

  • Respecting .gitignore rules
  • Filtering supported file extensions
  • Improving validation logs and summary output
  • Adding better error handling
  • Improving readability and maintainability

Motivation and Context

Previously, the script scanned files that were already ignored by .gitignore, which could lead to unnecessary validation and slower execution.

This change improves the validation workflow by skipping ignored files and validating only supported file types, making the script more efficient and maintainable.

Signed-off-by: Adit Sharma <aditsharma2005.vs@gmail.com>
@Aditsharma12 Aditsharma12 force-pushed the improve-url-validator branch from 7255c94 to d1fda53 Compare May 18, 2026 20:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant