Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.14 KB

README.md

File metadata and controls

24 lines (19 loc) · 1.14 KB

random-starred-repository

Build Status CodeQL Dependabot XO code style npm

Returns a random repository starred by a user

Usage

npx -q random-starred-repository username

Example output

https://github.com/carbon-app/carbon

Development

Run test matrix locally with act:

act --job build \
  --workflows .github/workflows/nodejs.yml \
  --platform ubuntu-latest=shivammathur/node:latest \
  --container-architecture linux/amd64