[PR #837] Add Type/Test/Suppress Ratchet (zero-config quality-gate actions) #14623

Open
opened 2026-07-12 17:55:47 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sdras/awesome-actions/pull/837
Author: @motchalini
Created: 7/7/2026
Status: 🔄 Open

Base: mainHead: add-ratchet-family


📝 Commits (1)

  • aac96b0 Add Type/Test/Suppress Ratchet to Static Analysis, Testing and Linting

📊 Changes

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

View changed files

📝 README.md (+3 -0)

📄 Description

Adds the three *-ratchet actions — zero-config, zero-dependency PR gates that fail when "make CI green by silencing the tool" escapes increase (a baseline that can only tighten):

  • Type Ratchet (Static Analysis): any / as any / @ts-ignore / # type: ignore
  • Test Ratchet (Testing): skipped tests ratcheted, .only hard-forbidden
  • Suppress Ratchet (Linting): eslint-disable / biome-ignore / # noqa

TypeScript & Python, MIT, published on the GitHub Marketplace. Live demo where a single "quick fix" PR trips all three gates with inline annotations: motchalini-llc/ratchet-demo#1

Disclosure: I'm the author of these actions.


🔄 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/837 **Author:** [@motchalini](https://github.com/motchalini) **Created:** 7/7/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `add-ratchet-family` --- ### 📝 Commits (1) - [`aac96b0`](https://github.com/sdras/awesome-actions/commit/aac96b031df244fd84e863230e0b9dd1293c3466) Add Type/Test/Suppress Ratchet to Static Analysis, Testing and Linting ### 📊 Changes **1 file changed** (+3 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+3 -0) </details> ### 📄 Description Adds the three `*-ratchet` actions — zero-config, zero-dependency PR gates that fail when "make CI green by silencing the tool" escapes increase (a baseline that can only tighten): - **Type Ratchet** (Static Analysis): `any` / `as any` / `@ts-ignore` / `# type: ignore` - **Test Ratchet** (Testing): skipped tests ratcheted, `.only` hard-forbidden - **Suppress Ratchet** (Linting): `eslint-disable` / `biome-ignore` / `# noqa` TypeScript & Python, MIT, published on the GitHub Marketplace. Live demo where a single "quick fix" PR trips all three gates with inline annotations: motchalini-llc/ratchet-demo#1 Disclosure: I'm the author of these actions. --- <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-07-12 17:55:47 -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#14623