Skip to content

Commit

Permalink
поддержка CLA в validate-rsis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VigersRay committed Jun 12, 2024
1 parent 3e7913b commit a36d20c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/validate-rsis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,9 @@ jobs:
runs-on: ubuntu-latest
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/
python3 Tools/Schemas/validate_rsis.py Resources/

0 comments on commit a36d20c

Please sign in to comment.