Skip to content

Conversation

edumserrano
Copy link
Owner

@edumserrano edumserrano commented May 25, 2025

  • Added retry logic to handle 429 errors from github due to rate limiting. Updated markdown-link-check config as per its docs.
  • Updated the markdown-link-check action to the latest version 1.0.17.
  • Fixed the global.json which was being silently ignored by the dotnet build command because it contained a wildcard. As per the docs: Doesn't have wildcard support; that is, you must specify the full version number.

Updates the .NET SDK version to 9.0.300 and sets rollForward to latestMinor.
This ensures the project uses a specific SDK version and automatically rolls forward to the latest minor version updates.
Updates the `gaurav-nelson/github-action-markdown-link-check` action to version 1.0.17 across all workflow files and the README.

This ensures that the latest version of the link checker is used, potentially incorporating bug fixes and new features.
Improves link checking reliability by implementing a retry mechanism for failed requests.

Configures the link checker to retry requests that return a 429 status code (Too Many Requests). This prevents false positives due to temporary network issues or rate limiting.

Specifies the number of retries and the delay between retries.
@edumserrano edumserrano changed the title Improves Markdown link checking with retry logic Updates to global.json and markdown-link-check action usage May 25, 2025
Copy link

codecov bot commented May 25, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.02%. Comparing base (d5219bb) to head (dcaf5cf).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #206   +/-   ##
=======================================
  Coverage   91.02%   91.02%           
=======================================
  Files          44       44           
  Lines         479      479           
  Branches       51       51           
=======================================
  Hits          436      436           
  Misses         35       35           
  Partials        8        8           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@edumserrano edumserrano merged commit f2194dc into main May 25, 2025
9 checks passed
@edumserrano edumserrano deleted the updates branch May 25, 2025 08:50
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