add the gh actions setup file #3
build-and-test.yml
on: push
run-js-checks
35s
test-with-coverage
1m 25s
test-windows
0s
Matrix: test
Annotations
6 warnings
run-js-checks
Both node-version and node-version-file inputs are specified, only node-version will be used
|
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
|
run-js-checks:
packages/metro-transform-plugins/src/import-export-plugin.js#L142
'withLocation' is already defined
|
test (true)
Both node-version and node-version-file inputs are specified, only node-version will be used
|
test (false)
Both node-version and node-version-file inputs are specified, only node-version will be used
|
test-with-coverage
Both node-version and node-version-file inputs are specified, only node-version will be used
|