[PR #2951] [CLOSED] fix: add missing closing backtick in nose2 description #6659

Closed
opened 2026-04-17 07:36:05 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/2951
Author: @sprmn24
Created: 3/8/2026
Status: Closed

Base: masterHead: fix/readme-backtick-typo


📝 Commits (2)

  • 0bbedf3 fix: add missing closing backtick in nose2 description
  • aa7fdcd ci: add GitHub Actions link checker workflow

📊 Changes

4 files changed (+98 additions, -1 deletions)

View changed files

.github/workflows/link-check.yml (+62 -0)
.lycheeignore (+12 -0)
📝 README.md (+1 -1)
lychee.toml (+23 -0)

📄 Description

Summary

This PR fixes a missing closing backtick in the nose2 description in README.md.

The description previously rendered incorrectly in Markdown because the backtick before unittest2 was not closed.

Changes

  • Added missing closing backtick in README.md (line 1037)
  • Added GitHub Actions workflow to automatically check links in README.md
  • Added lychee configuration for link validation

Impact

  • Fixes Markdown rendering issue
  • Adds automated link checking to prevent broken links in future PRs

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/2951 **Author:** [@sprmn24](https://github.com/sprmn24) **Created:** 3/8/2026 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix/readme-backtick-typo` --- ### 📝 Commits (2) - [`0bbedf3`](https://github.com/vinta/awesome-python/commit/0bbedf3087cb03801b9bdbb2d4e460e56e6ffaef) fix: add missing closing backtick in nose2 description - [`aa7fdcd`](https://github.com/vinta/awesome-python/commit/aa7fdcd1fb8dcbe7f41816e3573f1f4b89c5a166) ci: add GitHub Actions link checker workflow ### 📊 Changes **4 files changed** (+98 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/link-check.yml` (+62 -0) ➕ `.lycheeignore` (+12 -0) 📝 `README.md` (+1 -1) ➕ `lychee.toml` (+23 -0) </details> ### 📄 Description ## Summary This PR fixes a missing closing backtick in the nose2 description in README.md. The description previously rendered incorrectly in Markdown because the backtick before `unittest2` was not closed. ## Changes - Added missing closing backtick in README.md (line 1037) - Added GitHub Actions workflow to automatically check links in README.md - Added lychee configuration for link validation ## Impact - Fixes Markdown rendering issue - Adds automated link checking to prevent broken links in future PRs --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-17 07:36:05 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#6659