mirror of
https://github.com/semver/semver.git
synced 2026-03-25 04:22:25 -05:00
[PR #578] [MERGED] feat: Added linter and workflow; Fixed linter warnings #821
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:patch/linter📝 Commits (1)
7b9a905feat: 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.