add the gh actions setup file #27
build-and-deploy.yml
on: push
Matrix: build-and-test / test
build-and-test
/
run-js-checks
59s
build-and-test
/
test-with-coverage
1m 42s
build-and-test
/
test-windows
0s
publish-to-npm
17s
Annotations
5 warnings
build-and-test / run-js-checks
Both node-version and node-version-file inputs are specified, only node-version will be used
|
build-and-test / run-js-checks:
packages/metro-transform-plugins/src/addParamsToDefineCall.js#L26
Always use `== null` or `!= null` to check for `null` AND `undefined` values (even if you just expect either of them). Within fb we treat them as equal and `== null` checks for both
|
build-and-test / run-js-checks:
packages/metro-transform-plugins/src/import-export-plugin.js#L142
'withLocation' is already defined
|
build-and-test / test (false)
Both node-version and node-version-file inputs are specified, only node-version will be used
|
build-and-test / test-with-coverage
Both node-version and node-version-file inputs are specified, only node-version will be used
|