File tree Expand file tree Collapse file tree 3 files changed +35
-0
lines changed Expand file tree Collapse file tree 3 files changed +35
-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 @@ -106,6 +106,23 @@ bool = isPlainObjectArray( [] );
106106
107107<!-- /.examples -->
108108
109+ <!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
110+
111+ <section class =" related " >
112+
113+ * * *
114+
115+ ## See Also
116+
117+ - [ ` @stdlib/assert/is-array ` ] [ @stdlib/assert/is-array ] : test if a value is an array.
118+ - [ ` @stdlib/assert/is-plain-object ` ] [ @stdlib/assert/is-plain-object ] : test if a value is a plain object.
119+
120+ </section >
121+
122+ <!-- /.related -->
123+
124+ <!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
125+
109126
110127<section class =" main-repo " >
111128
@@ -161,6 +178,14 @@ Copyright © 2016-2021. The Stdlib [Authors][stdlib-authors].
161178
162179[ stdlib-license ] : https://raw.githubusercontent.com/stdlib-js/assert-is-plain-object-array/main/LICENSE
163180
181+ <!-- <related-links> -->
182+
183+ [ @stdlib/assert/is-array ] : https://github.com/stdlib-js/assert-is-array
184+
185+ [ @stdlib/assert/is-plain-object ] : https://github.com/stdlib-js/assert-is-plain-object
186+
187+ <!-- </related-links> -->
188+
164189</section >
165190
166191<!-- /.links -->
You can’t perform that action at this time.
0 commit comments