add the gh actions setup file #15
build-and-deploy.yml
on: push
prepare-test
0s
run-js-checks
37s
test-with-coverage
1m 31s
test-windows
0s
Matrix: test
Annotations
2 warnings
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
|