Skip to content

feat: add test for ping controller #16

feat: add test for ping controller

feat: add test for ping controller #16

Triggered via push November 14, 2024 13:52
Status Failure
Total duration 37s
Artifacts

node.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
install: src/controllers/auth-middleware.ts#L1
Replace `"@well-known-components/interfaces";` with `'@well-known-components/interfaces'`
install: src/controllers/auth-middleware.ts#L1
Strings must use singlequote
install: src/controllers/auth-middleware.ts#L2
Replace `"../types";` with `'../types'`
install: src/controllers/auth-middleware.ts#L2
Strings must use singlequote
install: src/controllers/auth-middleware.ts#L9
Replace `"Authorization");` with `'Authorization')`
install: src/controllers/auth-middleware.ts#L9
Strings must use singlequote
install: src/controllers/auth-middleware.ts#L10
Replace `"Bearer·"` with `'Bearer·'`
install: src/controllers/auth-middleware.ts#L10
Strings must use singlequote
install: src/controllers/auth-middleware.ts#L15
Replace `"Missing·or·invalid·Authorization·header",` with `'Missing·or·invalid·Authorization·header'`
install: src/controllers/auth-middleware.ts#L15
Strings must use singlequote
install
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/