[NAK_CVR_Mods] trust
Some checks are pending
Update Mod List / update-modlist (push) Waiting to run

This commit is contained in:
NotAKidoS 2025-04-09 16:05:01 -05:00
parent 68d7c22b7c
commit dafff6a9a2

View file

@ -3,7 +3,7 @@ name: Update Mod List
on: on:
push: push:
paths: paths:
- 'scripts/update_modlist.py' - 'update-modlist.js'
- '.github/workflows/update-modlist.yml' - '.github/workflows/update-modlist.yml'
- 'README.md' - 'README.md'
- '**/README.md' - '**/README.md'
@ -17,13 +17,13 @@ jobs:
- name: Checkout repo - name: Checkout repo
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Set up Python - name: Set up Node.js
uses: actions/setup-python@v5 uses: actions/setup-node@v3
with: with:
python-version: '3.x' node-version: '20'
- name: Run mod list updater - name: Run mod list updater
run: python scripts/update_modlist.py run: node update-modlist.js
- name: Commit and push changes - name: Commit and push changes
run: | run: |