Files
OldThink/.github/workflows/validate-rsis.yml
RavMorgan 44ad721a3a Revert "Revert "self-hosted" (#94)" (#98)
This reverts commit 047171a475a56d94dacc10ba4c96222a543a2e15.

Co-authored-by: Mona Hmiza <>
2024-01-17 12:08:39 +03:00

27 lines
647 B
YAML

name: RSI Validator
on:
push:
branches: [ staging, trying ]
merge_group:
pull_request:
paths:
- '**.rsi/**'
jobs:
validate_rsis:
name: Validate RSIs
runs-on: self-hosted
steps:
- uses: actions/checkout@v3.6.0
- name: Setup Submodule
run: git submodule update --init
- name: Pull engine updates
uses: space-wizards/submodule-dependency@v0.1.5
- name: Install Python dependencies
run: |
pip3 install --ignore-installed --user pillow jsonschema
- name: Validate RSIs
run: |
python3 RobustToolbox/Schemas/validate_rsis.py Resources/