We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04c72a4 commit 3ade062Copy full SHA for 3ade062
.github/workflows/main.yml
@@ -28,6 +28,19 @@ jobs:
28
- name: Validate json
29
run: python3 .github/validate_json.py
30
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
+
44
update_size:
45
needs: validate_json
46
runs-on: ubuntu-latest
@@ -37,7 +50,7 @@ jobs:
50
steps:
51
- uses: actions/checkout@v3
52
with:
- fetch-depth: 0
53
+ fetch-depth: 0
54
- name: Install jstyleson
55
run: pip3 install jstyleson
56
- name: Update size
0 commit comments