Skip to content

add the gh actions setup file #2

add the gh actions setup file

add the gh actions setup file #2

Triggered via push August 1, 2024 14:59
Status Success
Total duration 2m 35s
Artifacts
install-deps
22s
install-deps
test-with-coverage
2m 26s
test-with-coverage
test-windows
0s
test-windows
Matrix: test
run-js-checks
43s
run-js-checks
Fit to window
Zoom out
Zoom in

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