Skip to content

chore(deps): update traefik:3.0 docker digest to 50f2f4f #623

chore(deps): update traefik:3.0 docker digest to 50f2f4f

chore(deps): update traefik:3.0 docker digest to 50f2f4f #623

Triggered via pull request September 29, 2023 16:49
Status Success
Total duration 37s
Artifacts

deploy.yml

on: pull_request
ʦ TypeScript
25s
ʦ TypeScript
⬣ ESLint
26s
⬣ ESLint
🐳 Build
0s
🐳 Build
🚀 Deploy
0s
🚀 Deploy
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
⬣ ESLint
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/
⬣ ESLint: src/graphql.ts#L42
Object Literal Property name `baseURL` must match one of the following formats: strictCamelCase
⬣ ESLint: src/graphql.ts#L44
Object Literal Property name `endpointURL` must match one of the following formats: strictCamelCase
⬣ ESLint: src/plugins/cors.ts#L7
tsdoc-characters-after-block-tag: The token "@fastify" looks like a TSDoc tag but contains an invalid character "/"; if it is not a tag, use a backslash to escape the "@"
⬣ ESLint: src/plugins/env.ts#L10
Object Literal Property name `PORT` must match one of the following formats: strictCamelCase
⬣ ESLint: src/plugins/env.ts#L24
tsdoc-characters-after-block-tag: The token "@fastify" looks like a TSDoc tag but contains an invalid character "/"; if it is not a tag, use a backslash to escape the "@"
⬣ ESLint: src/plugins/helmet.ts#L7
tsdoc-characters-after-block-tag: The token "@fastify" looks like a TSDoc tag but contains an invalid character "/"; if it is not a tag, use a backslash to escape the "@"
⬣ ESLint: src/plugins/multipart.ts#L9
tsdoc-inline-tag-missing-braces: The TSDoc tag "@link" is an inline tag; it must be enclosed in "{ }" braces
⬣ ESLint: src/routes/user/index.ts#L8
Variable name `UserToken` must match one of the following formats: strictCamelCase
⬣ ESLint: src/server.ts#L17
A function with a name starting with an uppercase letter should only be used as a constructor
⬣ ESLint: src/server.ts#L32
Unsafe member access .err on an `any` value