Skip to content

Migrate publish to gh actions #42

Migrate publish to gh actions

Migrate publish to gh actions #42

Triggered via pull request August 8, 2024 12:08
Status Success
Total duration 1m 38s
Artifacts

build-test-and-deploy.yml

on: pull_request
Matrix: test
Type check, lint, smoke test
47s
Type check, lint, smoke test
Test Coverage Calculation
1m 27s
Test Coverage Calculation
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
Type check, lint, smoke test: 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