GitHub Action wrapper for @topdaily-dev/repomark.
name: Repo health
on:
pull_request:
push:
branches: [main]
jobs:
repomark:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: topdaily-dev/repomark-action@v1
with:
min: "70"| Input | Default | Description |
|---|---|---|
directory |
. |
Path to scan |
min |
70 |
Fail the step if score is below this value |
version |
0.2.0 |
npm version of @topdaily-dev/repomark to run |
Install the workflow file automatically:
npx @korykaai/collab-kit init . --oss-toolchainThis copies .github/workflows/repomark.yml and the rest of the OSS toolchain scaffold. See collab-kit oss-toolchain.
MIT
Pair with @korykaai/collab-kit init --oss-toolchain.