File tree Expand file tree Collapse file tree 19 files changed +172
-106
lines changed Expand file tree Collapse file tree 19 files changed +172
-106
lines changed Original file line number Diff line number Diff line change @@ -110,12 +110,15 @@ jobs:
110
110
cache : npm
111
111
- name : Reset Deps
112
112
run : node . run resetdeps
113
- - name : Add Problem Matcher
114
- run : echo "::add-matcher::.github/matchers/tap.json"
115
113
- name : Link
116
114
if : matrix
117
115
run : node . link -f --ignore-scripts
118
116
- name : Rebuild cmark-gfm
119
117
run : node . rebuild cmark-gfm
118
+ - name : Add Problem Matcher
119
+ run : echo "::add-matcher::.github/matchers/tap.json"
120
120
- name : Test
121
121
run : node . test --ignore-scripts -w docs
122
+ - name : Check Git Status
123
+ if : matrix && matrix.platform.os != 'windows-latest'
124
+ run : node scripts/git-dirty.js
Original file line number Diff line number Diff line change @@ -118,12 +118,15 @@ jobs:
118
118
cache : npm
119
119
- name : Reset Deps
120
120
run : node . run resetdeps
121
- - name : Add Problem Matcher
122
- run : echo "::add-matcher::.github/matchers/tap.json"
123
121
- name : Link
124
122
if : matrix
125
123
run : node . link -f --ignore-scripts
126
124
- name : Rebuild cmark-gfm
127
125
run : node . rebuild cmark-gfm
126
+ - name : Add Problem Matcher
127
+ run : echo "::add-matcher::.github/matchers/tap.json"
128
128
- name : Test
129
129
run : node . test --ignore-scripts -w libnpmaccess
130
+ - name : Check Git Status
131
+ if : matrix && matrix.platform.os != 'windows-latest'
132
+ run : node scripts/git-dirty.js
Original file line number Diff line number Diff line change @@ -118,12 +118,15 @@ jobs:
118
118
cache : npm
119
119
- name : Reset Deps
120
120
run : node . run resetdeps
121
- - name : Add Problem Matcher
122
- run : echo "::add-matcher::.github/matchers/tap.json"
123
121
- name : Link
124
122
if : matrix
125
123
run : node . link -f --ignore-scripts
126
124
- name : Rebuild cmark-gfm
127
125
run : node . rebuild cmark-gfm
126
+ - name : Add Problem Matcher
127
+ run : echo "::add-matcher::.github/matchers/tap.json"
128
128
- name : Test
129
129
run : node . test --ignore-scripts -w libnpmdiff
130
+ - name : Check Git Status
131
+ if : matrix && matrix.platform.os != 'windows-latest'
132
+ run : node scripts/git-dirty.js
Original file line number Diff line number Diff line change @@ -118,12 +118,15 @@ jobs:
118
118
cache : npm
119
119
- name : Reset Deps
120
120
run : node . run resetdeps
121
- - name : Add Problem Matcher
122
- run : echo "::add-matcher::.github/matchers/tap.json"
123
121
- name : Link
124
122
if : matrix
125
123
run : node . link -f --ignore-scripts
126
124
- name : Rebuild cmark-gfm
127
125
run : node . rebuild cmark-gfm
126
+ - name : Add Problem Matcher
127
+ run : echo "::add-matcher::.github/matchers/tap.json"
128
128
- name : Test
129
129
run : node . test --ignore-scripts -w libnpmexec
130
+ - name : Check Git Status
131
+ if : matrix && matrix.platform.os != 'windows-latest'
132
+ run : node scripts/git-dirty.js
Original file line number Diff line number Diff line change @@ -118,12 +118,15 @@ jobs:
118
118
cache : npm
119
119
- name : Reset Deps
120
120
run : node . run resetdeps
121
- - name : Add Problem Matcher
122
- run : echo "::add-matcher::.github/matchers/tap.json"
123
121
- name : Link
124
122
if : matrix
125
123
run : node . link -f --ignore-scripts
126
124
- name : Rebuild cmark-gfm
127
125
run : node . rebuild cmark-gfm
126
+ - name : Add Problem Matcher
127
+ run : echo "::add-matcher::.github/matchers/tap.json"
128
128
- name : Test
129
129
run : node . test --ignore-scripts -w libnpmfund
130
+ - name : Check Git Status
131
+ if : matrix && matrix.platform.os != 'windows-latest'
132
+ run : node scripts/git-dirty.js
Original file line number Diff line number Diff line change @@ -118,12 +118,15 @@ jobs:
118
118
cache : npm
119
119
- name : Reset Deps
120
120
run : node . run resetdeps
121
- - name : Add Problem Matcher
122
- run : echo "::add-matcher::.github/matchers/tap.json"
123
121
- name : Link
124
122
if : matrix
125
123
run : node . link -f --ignore-scripts
126
124
- name : Rebuild cmark-gfm
127
125
run : node . rebuild cmark-gfm
126
+ - name : Add Problem Matcher
127
+ run : echo "::add-matcher::.github/matchers/tap.json"
128
128
- name : Test
129
129
run : node . test --ignore-scripts -w libnpmhook
130
+ - name : Check Git Status
131
+ if : matrix && matrix.platform.os != 'windows-latest'
132
+ run : node scripts/git-dirty.js
Original file line number Diff line number Diff line change @@ -118,12 +118,15 @@ jobs:
118
118
cache : npm
119
119
- name : Reset Deps
120
120
run : node . run resetdeps
121
- - name : Add Problem Matcher
122
- run : echo "::add-matcher::.github/matchers/tap.json"
123
121
- name : Link
124
122
if : matrix
125
123
run : node . link -f --ignore-scripts
126
124
- name : Rebuild cmark-gfm
127
125
run : node . rebuild cmark-gfm
126
+ - name : Add Problem Matcher
127
+ run : echo "::add-matcher::.github/matchers/tap.json"
128
128
- name : Test
129
129
run : node . test --ignore-scripts -w libnpmorg
130
+ - name : Check Git Status
131
+ if : matrix && matrix.platform.os != 'windows-latest'
132
+ run : node scripts/git-dirty.js
Original file line number Diff line number Diff line change @@ -118,12 +118,15 @@ jobs:
118
118
cache : npm
119
119
- name : Reset Deps
120
120
run : node . run resetdeps
121
- - name : Add Problem Matcher
122
- run : echo "::add-matcher::.github/matchers/tap.json"
123
121
- name : Link
124
122
if : matrix
125
123
run : node . link -f --ignore-scripts
126
124
- name : Rebuild cmark-gfm
127
125
run : node . rebuild cmark-gfm
126
+ - name : Add Problem Matcher
127
+ run : echo "::add-matcher::.github/matchers/tap.json"
128
128
- name : Test
129
129
run : node . test --ignore-scripts -w libnpmpack
130
+ - name : Check Git Status
131
+ if : matrix && matrix.platform.os != 'windows-latest'
132
+ run : node scripts/git-dirty.js
Original file line number Diff line number Diff line change @@ -118,12 +118,15 @@ jobs:
118
118
cache : npm
119
119
- name : Reset Deps
120
120
run : node . run resetdeps
121
- - name : Add Problem Matcher
122
- run : echo "::add-matcher::.github/matchers/tap.json"
123
121
- name : Link
124
122
if : matrix
125
123
run : node . link -f --ignore-scripts
126
124
- name : Rebuild cmark-gfm
127
125
run : node . rebuild cmark-gfm
126
+ - name : Add Problem Matcher
127
+ run : echo "::add-matcher::.github/matchers/tap.json"
128
128
- name : Test
129
129
run : node . test --ignore-scripts -w libnpmpublish
130
+ - name : Check Git Status
131
+ if : matrix && matrix.platform.os != 'windows-latest'
132
+ run : node scripts/git-dirty.js
Original file line number Diff line number Diff line change @@ -118,12 +118,15 @@ jobs:
118
118
cache : npm
119
119
- name : Reset Deps
120
120
run : node . run resetdeps
121
- - name : Add Problem Matcher
122
- run : echo "::add-matcher::.github/matchers/tap.json"
123
121
- name : Link
124
122
if : matrix
125
123
run : node . link -f --ignore-scripts
126
124
- name : Rebuild cmark-gfm
127
125
run : node . rebuild cmark-gfm
126
+ - name : Add Problem Matcher
127
+ run : echo "::add-matcher::.github/matchers/tap.json"
128
128
- name : Test
129
129
run : node . test --ignore-scripts -w libnpmsearch
130
+ - name : Check Git Status
131
+ if : matrix && matrix.platform.os != 'windows-latest'
132
+ run : node scripts/git-dirty.js
You can’t perform that action at this time.
0 commit comments