mirror of
https://github.com/oekazuma/svelte-meta-tags.git
synced 2025-12-11 20:15:14 +01:00
docs(readme): add users info (#1608)
This commit is contained in:
parent
9ba5e6b0e9
commit
d79972dd4d
16
.github/workflows/dependents.yml
vendored
Normal file
16
.github/workflows/dependents.yml
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
name: Dependents Action
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
schedule:
|
||||
- cron: "0 0 1 * *"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
dependents:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
id-token: write
|
||||
steps:
|
||||
- uses: gouravkhunger/dependents.info@0.1.4
|
||||
@ -1,6 +1,7 @@
|
||||
<img src="https://raw.githubusercontent.com/oekazuma/svelte-meta-tags/main/.github/logo.svg" alt="svelte-meta-tags" width="512" />
|
||||
|
||||
[](https://github.com/oekazuma/svelte-meta-tags/actions/workflows/ci.yml)
|
||||
[](https://dependents.info/oekazuma/svelte-meta-tags)
|
||||
[](https://www.npmjs.com/package/svelte-meta-tags)
|
||||
[](https://www.npmjs.com/package/svelte-meta-tags)
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user