Skip to content

feat: support trigger events option #537

feat: support trigger events option

feat: support trigger events option #537

Triggered via pull request September 20, 2024 09:03
Status Failure
Total duration 34s
Artifacts

pull_request.workflow.yml

on: pull_request
Matrix: Lint
Matrix: Unit Tests
Documentation Snippet Tests
0s
Documentation Snippet Tests
Matrix: Functional Tests
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 2 warnings
Lint (16): src/controllers/Auth.ts#L100
Replace `(response:·any)·=>·response.result` with `⏎······(response:·any)·=>·response.result⏎····`
Lint (16): src/controllers/Auth.ts#L198
Replace `(response:·any)·=>·response.result` with `⏎······(response:·any)·=>·response.result⏎····`
Lint (16): src/controllers/Auth.ts#L253
Replace `⏎······request,⏎······{·queuable:·false,·...options·}⏎····).then((response:·any)·=>·response.result` with `request,·{·queuable:·false,·...options·}).then(⏎······(response:·any)·=>·response.result⏎····`
Lint (16): src/controllers/Auth.ts#L289
Replace `(response:·any)·=>·response.result` with `⏎······(response:·any)·=>·response.result⏎····`
Lint (16): src/controllers/Auth.ts#L318
Replace `(response:·any)·=>·response.result` with `⏎······(response:·any)·=>·response.result⏎····`
Lint (16): src/controllers/Auth.ts#L345
Replace `(response:·any)·=>·response.result.acknowledged` with `⏎······(response:·any)·=>·response.result.acknowledged⏎····`
Lint (16): src/controllers/Auth.ts#L404
Replace `(response:·any)·=>·response.result` with `⏎······(response:·any)·=>·response.result⏎····`
Lint (16): src/controllers/Auth.ts#L451
Replace `(response:·any)·=>·response.result.hits` with `⏎······(response:·any)·=>·response.result.hits⏎····`
Lint (16): src/controllers/Auth.ts#L477
Replace `(response:·any)·=>·response.result` with `⏎······(response:·any)·=>·response.result⏎····`
Lint (16): src/controllers/Auth.ts#L618
Replace `(response:·any)·=>·response.result` with `⏎······(response:·any)·=>·response.result⏎····`
Lint (18)
The job was canceled because "_16" failed.
Lint (16): src/controllers/Auth.ts#L496
'expiresIn' is defined but never used
Lint (16)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/