diff --git a/.github/workflows/dependents.yml b/.github/workflows/dependents.yml new file mode 100644 index 0000000..2b8fbca --- /dev/null +++ b/.github/workflows/dependents.yml @@ -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@0.1.3 diff --git a/README.md b/README.md index cfecf1e..586d026 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Known Vulnerabilities Latest Version Monthly downloads + network dependents

Follow @marcuspoehls for updates! @@ -45,6 +46,11 @@ Besides the web view, `hapi-dev-errors` prints pretty error details to the termi ![hapi-dev-errors pretty terminal error](media/hapi-dev-errors-on-terminal.png) +## Used by + + + users image + ## Requirements This plugin uses async/await which requires **Node.js v12 or newer**.