Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .github/workflows/dependents.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Dependents Action

on:
push:
branches: [master]
schedule:
- cron: "0 0 1 * *"
workflow_dispatch:

jobs:
dependents:
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
- uses: gouravkhunger/dependents.info@main
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@
<a href="https://codesandbox.io/p/sandbox/kmenu-4r2nqf">CodeSandbox</a>
</p>

## Used by

<a href="https://dependents.info/haaarshsingh/kmenu">
<img src="https://dependents.info/haaarshsingh/kmenu/image" />
</a>

## Consulting

If you're a startup or founder using this for your application and need some help setting it up, or perhaps even need a separate cmdk interface tailored to your application, you can reach out to at [[email protected]](mailto:[email protected]).
Expand Down