Add gh actions for building and testing the repo #35
build-and-test.yml
on: pull_request
Typescript, Lint, Smoke Test
44s
Test Coverage Calculation
1m 26s
Matrix: test
Annotations
2 warnings
Typescript, 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
|
Typescript, Lint, Smoke Test:
packages/metro-transform-plugins/src/import-export-plugin.js#L142
'withLocation' is already defined
|