mirror of
https://github.com/ManiMatter/decluttarr.git
synced 2026-04-19 15:54:11 +02:00
Testing package cleanup
This commit is contained in:
22
.github/workflows/versionCleanup.yml
vendored
Normal file
22
.github/workflows/versionCleanup.yml
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
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 checkVersions.js
|
||||
Reference in New Issue
Block a user