Skip to content

chore: updated triage workflow #303

chore: updated triage workflow

chore: updated triage workflow #303

Triggered via pull request November 1, 2023 18:49
Status Failure
Total duration 2m 57s
Artifacts

development.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
test / Code standards: src/hooks/useAuth.ts#L20
Expected blank line before this statement
test / Code standards: src/hooks/useAuth.ts#L20
Unexpected 'debugger' statement
test / Code standards: src/hooks/useAuth.ts#L20
Missing semicolon
test / Code standards: src/popup/pages/start.tsx#L30
Unexpected 'debugger' statement
test / Code standards: src/popup/pages/start.tsx#L31
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
test / Code standards: src/utils/checkAuthentication.ts#L6
Unexpected 'debugger' statement
test / Code standards: src/utils/checkAuthentication.ts#L8
Unexpected 'debugger' statement
test / Code standards: src/utils/setAccessToken.ts#L4
Unexpected 'debugger' statement
test / Code standards: src/utils/setAccessToken.ts#L4
Missing semicolon
test / Code standards: src/utils/setAccessToken.ts#L7
Unexpected 'debugger' statement
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/