Feat: Link count workflow

This commit is contained in:
Axorax
2025-01-13 21:41:22 +06:00
parent 8ff65c7809
commit e336c33d2a

19
.github/workflows/link count.yml vendored Normal file
View File

@@ -0,0 +1,19 @@
name: Link count
on:
workflow_dispatch:
jobs:
run-node-script:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '22'
- name: Run command
run: node index.js --links