Skip to content

Commit 68ad655

Browse files
authored
Update main.yml with jstyleson
1 parent 89f4423 commit 68ad655

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/main.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,13 @@ jobs:
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
@@ -30,9 +34,13 @@ jobs:
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
@@ -41,6 +49,9 @@ jobs:
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

0 commit comments

Comments
 (0)