Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

repomark-action

GitHub Action wrapper for @topdaily-dev/repomark.

Usage

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"

Inputs

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

Bootstrap with collab-kit

Install the workflow file automatically:

npx @korykaai/collab-kit init . --oss-toolchain

This copies .github/workflows/repomark.yml and the rest of the OSS toolchain scaffold. See collab-kit oss-toolchain.

License

MIT

Pair with @korykaai/collab-kit init --oss-toolchain.

About

GitHub Action for @topdaily-dev/repomark repo health checks

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors