Skip to content

getDapp optimizations #193

getDapp optimizations

getDapp optimizations #193

Triggered via pull request September 13, 2023 12:50
Status Failure
Total duration 1m 7s
Artifacts

pr_action.yml

on: pull_request
Matrix: Build Check
Matrix: Code Style Check
Matrix: Unit Tests
Fit to window
Zoom out
Zoom in

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/