Skip to content

Commit 3ade062

Browse files
authored
Update main.yml
1 parent 04c72a4 commit 3ade062

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.github/workflows/main.yml

+14-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,19 @@ jobs:
2828
- name: Validate json
2929
run: python3 .github/validate_json.py
3030

31+
validate_mod_json:
32+
needs: validate_json
33+
runs-on: ubuntu-latest
34+
defaults:
35+
run:
36+
shell: bash
37+
steps:
38+
- uses: actions/checkout@v3
39+
- name: Install jstyleson
40+
run: pip3 install jstyleson
41+
- name: Validate mod json
42+
run: python3 .github/validate_mod_json.py
43+
3144
update_size:
3245
needs: validate_json
3346
runs-on: ubuntu-latest
@@ -37,7 +50,7 @@ jobs:
3750
steps:
3851
- uses: actions/checkout@v3
3952
with:
40-
fetch-depth: 0
53+
fetch-depth: 0
4154
- name: Install jstyleson
4255
run: pip3 install jstyleson
4356
- name: Update size

0 commit comments

Comments
 (0)