File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 1919 shell : bash
2020 steps :
2121 - uses : actions/checkout@v3
22+ - name : Install dependencies
23+ run : |
24+ pip3 install jstyleson
2225 - name : Validate json
2326 run : |
2427 python3 .github/validate_json.py
28+
2529 validate_mod_json :
2630 needs : validate_json
2731 runs-on : ubuntu-latest
3034 shell : bash
3135 steps :
3236 - uses : actions/checkout@v3
37+ - name : Install dependencies
38+ run : |
39+ pip3 install jstyleson
3340 - name : Validate mod json
3441 run : |
3542 python3 .github/validate_mod_json.py
43+
3644 update_size :
3745 needs : validate_json
3846 runs-on : ubuntu-latest
4149 shell : bash
4250 steps :
4351 - uses : actions/checkout@v3
52+ - name : Install dependencies
53+ run : |
54+ pip3 install jstyleson
4455 - name : Update size
4556 run : |
4657 python3 .github/update_size.py
You can’t perform that action at this time.
0 commit comments