[PR #779] Add ci-doctor under Linting #7905

Open
opened 2026-05-19 21:17:08 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sdras/awesome-actions/pull/779
Author: @depmedicdev-byte
Created: 4/28/2026
Status: 🔄 Open

Base: mainHead: add-ci-doctor


📝 Commits (1)

  • a23064e Add ci-doctor under Linting

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

Adds ci-doctor under the Linting subsection.

ci-doctor is a free MIT linter for GitHub Actions workflows. 14 rules across cost, security, and maintenance categories. Includes --fix mode that auto-applies safe permissions/concurrency/timeout/retention fixes in place, and --sarif output for upload to GitHub Code Scanning. Ships as both an npm CLI (npx ci-doctor) and a GitHub Action.

Repo: https://github.com/depmedicdev-byte/ci-doctor
npm: https://www.npmjs.com/package/ci-doctor

Insertion is at the end of the Linting subsection (after the existing Golint entry), per the contributing guidelines.


🔄 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/sdras/awesome-actions/pull/779 **Author:** [@depmedicdev-byte](https://github.com/depmedicdev-byte) **Created:** 4/28/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `add-ci-doctor` --- ### 📝 Commits (1) - [`a23064e`](https://github.com/sdras/awesome-actions/commit/a23064e3386060e8d4555f9678589d13f09f7f20) Add ci-doctor under Linting ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description Adds ci-doctor under the Linting subsection. ci-doctor is a free MIT linter for GitHub Actions workflows. 14 rules across cost, security, and maintenance categories. Includes `--fix` mode that auto-applies safe permissions/concurrency/timeout/retention fixes in place, and `--sarif` output for upload to GitHub Code Scanning. Ships as both an npm CLI (`npx ci-doctor`) and a GitHub Action. Repo: https://github.com/depmedicdev-byte/ci-doctor npm: https://www.npmjs.com/package/ci-doctor Insertion is at the end of the Linting subsection (after the existing Golint entry), per the contributing guidelines. --- <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-05-19 21:17:08 -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-actions#7905