Cosmetic Drip 3.2 ~ Jumpsuits #377
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: RSI Validator | |
on: | |
push: | |
branches: [ staging, trying ] | |
merge_group: | |
pull_request: | |
paths: | |
- '**.rsi/**' | |
jobs: | |
validate_rsis: | |
name: Validate RSIs | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- name: Setup Submodule | |
run: git submodule update --init | |
- name: Pull engine updates | |
uses: space-wizards/[email protected] | |
- name: Install Python dependencies | |
run: | | |
pip3 install --ignore-installed --user pillow jsonschema | |
- name: Validate RSIs | |
run: | | |
python3 RobustToolbox/Schemas/validate_rsis.py Resources/ |