[PR #578] [MERGED] feat: Added linter and workflow; Fixed linter warnings #821

Closed
opened 2026-02-17 12:19:42 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/semver/semver/pull/578
Author: @alexandrtovmach
Created: 6/18/2020
Status: Merged
Merged: 6/18/2020
Merged by: @indirect

Base: masterHead: patch/linter


📝 Commits (1)

  • 7b9a905 feat: Added linter and workflow; Fixed linter warnings

📊 Changes

6 files changed (+1991 additions, -48 deletions)

View changed files

.github/workflows/checks.yml (+14 -0)
.gitignore (+1 -0)
.remarkrc (+19 -0)
package-lock.json (+1879 -0)
package.json (+33 -0)
📝 semver.md (+45 -48)

📄 Description

Added linter and workflow to validate markdown changes. Used the same list of rules as in semver/semver.org


🔄 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/semver/semver/pull/578 **Author:** [@alexandrtovmach](https://github.com/alexandrtovmach) **Created:** 6/18/2020 **Status:** ✅ Merged **Merged:** 6/18/2020 **Merged by:** [@indirect](https://github.com/indirect) **Base:** `master` ← **Head:** `patch/linter` --- ### 📝 Commits (1) - [`7b9a905`](https://github.com/semver/semver/commit/7b9a905ad1aa66ac105e2b5c277397307aa358e5) feat: Added linter and workflow; Fixed linter warnings ### 📊 Changes **6 files changed** (+1991 additions, -48 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/checks.yml` (+14 -0) ➕ `.gitignore` (+1 -0) ➕ `.remarkrc` (+19 -0) ➕ `package-lock.json` (+1879 -0) ➕ `package.json` (+33 -0) 📝 `semver.md` (+45 -48) </details> ### 📄 Description Added linter and workflow to validate markdown changes. Used the same list of rules as in [semver/semver.org](https://github.com/semver/semver.org) --- <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-02-17 12:19:42 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/semver#821