Skip to content

Commit 1f4c9c3

Browse files
committed
chore(ci): add dependents.yml
1 parent 7d7e223 commit 1f4c9c3

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.github/workflows/dependents.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Dependents Action
2+
3+
on:
4+
push:
5+
branches: [main]
6+
schedule:
7+
- cron: "0 0 1 * *"
8+
workflow_dispatch:
9+
10+
jobs:
11+
dependents:
12+
runs-on: ubuntu-latest
13+
permissions:
14+
id-token: write
15+
steps:
16+
- uses: gouravkhunger/dependents.info@main

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,9 @@ To develop all apps and packages, run the following command:
5353
```
5454
yarn dev
5555
```
56+
57+
## Used by
58+
59+
<a href="https://github.com/haaarshsingh/kmenu/network/dependents">
60+
<img src="https://dependents.info/haaarshsingh/kmenu/image.svg" />
61+
</a>

0 commit comments

Comments
 (0)