Commit b2dc0d6 1 parent 1b7ef72 commit b2dc0d6 Copy full SHA for b2dc0d6
File tree 1 file changed +12
-3
lines changed
1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -31,13 +31,22 @@ jobs:
31
31
cache : npm
32
32
cache-dependency-path : tmp/package-ci.json
33
33
34
- - run : npm install --omit=optional
34
+ - run : |
35
+ npm install --omit=optional
36
+ git restore package.json
37
+
38
+ - name : Git submodules properly pinned?
39
+ run : |
40
+ npm run seq pin:submodule
41
+ echo "If the diff check below fails, then update .gitmodules by pinning the named git"
42
+ echo "submodule(s); or undo the submodule update(s) if it happened by mistake."
43
+ npm run _diff:fail
44
+
35
45
- run : npm run log:check:links
36
46
continue-on-error : true
37
47
- name : Any files need updating?
38
48
run : |
39
- git restore package.json
40
- echo "If the following fails, then either run 'npm run fix:htmltest-config' locally or '/fix:htmltest-config' in GitHub"
49
+ echo "If the diff fails due to .htmltest, then either run 'npm run fix:htmltest-config' locally or '/fix:htmltest-config' in GitHub"
41
50
npm run _diff:fail
42
51
- uses : actions/upload-artifact@v4
43
52
with :
You can’t perform that action at this time.
0 commit comments