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.
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.jsonIf you already use riskratchet, you can skip this wrapper and reference the
root action directly:
- uses: KayhanB21/riskratchet@v0.2.8Both forms accept the same inputs. See the main README for the full inputs table and CLI documentation.
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.
MIT. See LICENSE.