Delete .github/workflows/versionCleanup.yml

This commit is contained in:
ManiMatter
2024-04-16 18:29:39 +02:00
committed by GitHub
parent 79ef46d7c3
commit cc0f910140

View File

@@ -1,22 +0,0 @@
name: Check Untagged Versions
on:
workflow_dispatch: # Trigger manually
jobs:
check_versions:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
- name: Install dependencies
run: npm install
- name: Run the script
run: node .github/workflows/versionCleanup.js