mirror of
https://github.com/Axorax/awesome-free-apps.git
synced 2025-12-29 16:14:53 +00:00
Feat: Link count workflow
This commit is contained in:
19
.github/workflows/link count.yml
vendored
Normal file
19
.github/workflows/link count.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user