getDapp optimizations #193
pr_action.yml
on: pull_request
Matrix: Build Check
Matrix: Code Style Check
Matrix: Unit Tests
Annotations
5 errors and 3 warnings
|
Code Style Check (18.x):
src/services/FirebaseService.ts#L62
Delete `await·admin`
|
Code Style Check (18.x):
src/services/FirebaseService.ts#L63
Replace `.firestore()⏎················.collection(collectionKey)⏎················.doc(fbAddress)` with `await·admin.firestore().collection(collectionKey).doc(fbAddress).get()`
|
Code Style Check (18.x):
src/services/FirebaseService.ts#L66
Replace `················.get()` with `············`
|
Code Style Check (18.x)
Process completed with exit code 1.
|
Build Check (18.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Code Style Check (18.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Unit Tests (18.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|