Skip to content

add the gh actions setup file #10

add the gh actions setup file

add the gh actions setup file #10

Triggered via push August 2, 2024 09:34
Status Success
Total duration 48s
Artifacts
run-js-checks
40s
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