Skip to content

feat: initial release #12

feat: initial release

feat: initial release #12

Triggered via pull request February 3, 2025 17:24
Status Success
Total duration 57s
Artifacts

pull-request.yml

on: pull_request
terraform-format-validate
14s
terraform-format-validate
Matrix: build
Matrix: terraform-plan
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build (20.x, ubuntu-latest): src/challenge.ts#L170
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
build (20.x, ubuntu-latest): src/challenge.ts#L195
Expected the Promise rejection reason to be an Error
build (20.x, ubuntu-latest): src/handlers/handleChallenge.ts#L30
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
build (20.x, ubuntu-latest): src/handlers/handleChallenge.ts#L49
Expected the Promise rejection reason to be an Error
build (20.x, ubuntu-latest): src/handlers/handleCreateSession.ts#L55
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
build (20.x, ubuntu-latest): src/handlers/handleCreateSession.ts#L65
Expected the Promise rejection reason to be an Error
build (20.x, ubuntu-latest): src/index.ts#L37
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
build (20.x, ubuntu-latest): src/session.ts#L155
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
build (20.x, ubuntu-latest): src/session.ts#L163
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
build (20.x, ubuntu-latest): src/session.ts#L172
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
build (20.x, ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/