Skip to content

KayhanB21/riskratchet-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

riskratchet-action

GitHub Marketplace wrapper for KayhanB21/riskratchet — a maintainability ratchet for AI-assisted Python.

This repo exists for Marketplace discoverability. The action logic lives in the root action.yml of the riskratchet repo; this wrapper's action.yml delegates to it with input passthrough so both shapes share one source of truth.

Usage

on: [pull_request]

jobs:
  riskratchet:
    runs-on: ubuntu-latest
    permissions:
      contents: read
      pull-requests: write
    steps:
      - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683  # v4.2.2
      - uses: KayhanB21/riskratchet-action@v1
        with:
          coverage: coverage.json

If you already use riskratchet, you can skip this wrapper and reference the root action directly:

- uses: KayhanB21/riskratchet@v0.2.8

Both forms accept the same inputs. See the main README for the full inputs table and CLI documentation.

Versioning

This wrapper repo follows its own version line independent of the riskratchet package. The internal uses: ref is bumped manually when a new riskratchet release should be the default for @v1 consumers. Pin to a specific tag (@v1.0.0) if you need stability across wrapper updates.

License

MIT. See LICENSE.

About

GitHub Marketplace wrapper for KayhanB21/riskratchet — maintainability ratchet for AI-assisted Python.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors