Skip to content

ci: fix typo 'nuget-vulnerabilites.yml'#175

Merged
NelsonBN merged 9 commits into
mainfrom
improve-project
Jun 12, 2025
Merged

ci: fix typo 'nuget-vulnerabilites.yml'#175
NelsonBN merged 9 commits into
mainfrom
improve-project

Conversation

@NelsonBN

@NelsonBN NelsonBN commented Jun 2, 2025

Copy link
Copy Markdown
Member

Various improvements

Checklist before requesting a review

  • I have performed a self-review of my code.
  • Implemented tests for new features.
  • I tested the features already implemented.
  • Added usage examples in the readme.

@NelsonBN NelsonBN requested a review from Copilot June 2, 2025 14:55

This comment was marked as outdated.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

github-actions Bot commented Jun 2, 2025

Copy link
Copy Markdown

Test Summary

    6 files      6 suites   4s ⏱️
  202 tests   202 ✅ 0 💤 0 ❌
1 212 runs  1 212 ✅ 0 💤 0 ❌

Results for commit 1570639.

♻️ This comment has been updated with latest results.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@NelsonBN NelsonBN requested a review from Copilot June 12, 2025 10:16

This comment was marked as outdated.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@NelsonBN NelsonBN requested a review from Copilot June 12, 2025 10:46

This comment was marked as outdated.

@github-actions

Copy link
Copy Markdown

@github-actions

Copy link
Copy Markdown

Code Coverage

Package Line Rate Branch Rate Complexity Health
PowerUtils.Geolocation 100% 100% 142
Summary 100% (210 / 210) 100% (76 / 76) 142

@sonarqubecloud

Copy link
Copy Markdown

@NelsonBN NelsonBN requested a review from Copilot June 12, 2025 11:03

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR applies several fixes and improvements, including typo corrections and consistency updates in CI workflow files and documentation.

  • Corrects spelling errors in NuGet-related workflow names
  • Revises CONTRIBUTING.md anchors and list items for consistency
  • Updates commit message length validation in the commit-msg hook

Reviewed Changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
CONTRIBUTING.md Updated link texts and headers for consistency
.github/workflows/vulnerability-check.yml Fixed typos in job and step names related to NuGet checks
.github/workflows/tests.yml Renamed job for clarity
.github/workflows/markdown-link-check.yml Added a descriptive name for the markdown link check job
.github/hooks/commit-msg Reduced max commit message length to align with guidelines
Comments suppressed due to low confidence (2)

.github/workflows/vulnerability-check.yml:1

  • The typo correction for 'NuGet vulnerabilites' is applied; please double-check that all references to 'vulnerabilities' are consistently updated across the workflow file.
name: 'Vulnerability Check'

.github/hooks/commit-msg:34

  • The commit message length limit has been reduced to 72 characters; ensure that any related documentation or team guidelines are updated to reflect this change.
if ! head -1 "$1" | grep -qE "^.{9,72}$"; then

@NelsonBN NelsonBN merged commit 1ddb18b into main Jun 12, 2025
9 checks passed
@NelsonBN NelsonBN deleted the improve-project branch June 12, 2025 11:24
@NelsonBN

Copy link
Copy Markdown
Member Author

🎉 This PR is included in version 2.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

2 participants