Skip to content

Teasing 2023

Teasing 2023 #538

Triggered via pull request September 20, 2023 11:17
@DevNonoDevNono
synchronize #136
teasing-2023
Status Failure
Total duration 2m 2s
Artifacts

ci.yml

on: pull_request
Matrix: build
Matrix: lint
Matrix: test
Matrix: deploy-dbdocs
Fit to window
Zoom out
Zoom in

Annotations

1 error and 8 warnings
lint (18)
Process completed with exit code 1.
build (18)
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/
lint (18)
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/
lint (18): src/operations/upload.ts#L3
`sharp` import should occur before import of `../utils/env`
lint (18): src/operations/upload.ts#L8
Delete `⏎`
lint (18): src/operations/upload.ts#L12
Replace `(file.mimetype·===·'image/jpeg')⏎····compressedFile·=·await·sharp(file.buffer).jpeg({quality:·80` with `·(file.mimetype·===·'image/jpeg')·compressedFile·=·await·sharp(file.buffer).jpeg({·quality:·80·`
lint (18): src/operations/upload.ts#L14
Insert `·`
lint (18): src/operations/upload.ts#L15
Replace `quality:·100` with `·quality:·100·`
test (18)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, codecov/codecov-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/