File tree Expand file tree Collapse file tree 3 files changed +32
-0
lines changed Expand file tree Collapse file tree 3 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 4444 run : |
4545 npm install || npm install || npm install
4646 timeout-minutes : 15
47+ - name : Build native add-on (if present)
48+ run : |
49+ if [ -f "binding.gyp" ]; then
50+ npm install node-gyp --no-save && ./node_modules/.bin/node-gyp rebuild
51+ fi
4752 - name : Run tests
4853 id : tests
4954 run : |
Original file line number Diff line number Diff line change 4040 run : |
4141 npm install || npm install || npm install
4242 timeout-minutes : 15
43+ - name : Build native add-on (if present)
44+ run : |
45+ if [ -f "binding.gyp" ]; then
46+ npm install node-gyp --no-save && ./node_modules/.bin/node-gyp rebuild
47+ fi
4348 - name : Calculate test coverage
4449 run : |
4550 npm run test-cov || npm run test-cov || npm run test-cov
Original file line number Diff line number Diff line change @@ -131,6 +131,22 @@ bool = isEmptyString( function empty() {} );
131131
132132<!-- /.examples -->
133133
134+ <!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
135+
136+ <section class =" related " >
137+
138+ * * *
139+
140+ ## See Also
141+
142+ - [ ` @stdlib/assert/is-string ` ] [ @stdlib/assert/is-string ] : test if a value is a string.
143+
144+ </section >
145+
146+ <!-- /.related -->
147+
148+ <!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
149+
134150
135151<section class =" main-repo " >
136152
@@ -186,6 +202,12 @@ Copyright © 2016-2021. The Stdlib [Authors][stdlib-authors].
186202
187203[ stdlib-license ] : https://raw.githubusercontent.com/stdlib-js/assert-is-empty-string/main/LICENSE
188204
205+ <!-- <related-links> -->
206+
207+ [ @stdlib/assert/is-string ] : https://github.com/stdlib-js/assert-is-string
208+
209+ <!-- </related-links> -->
210+
189211</section >
190212
191213<!-- /.links -->
You can’t perform that action at this time.
0 commit comments