Skip to content

Update README.md

Update README.md #11

Triggered via push June 23, 2023 03:26
Status Success
Total duration 33s
Artifacts

lint.yml

on: push
Run linters
22s
Run linters
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 4 warnings
server/lib.js#L39
'db' is not defined (no-undef)
server/public/index.html#L1
There are issues with this file's formatting, please run Prettier to fix the errors
server/lib.js#L53
'db' is not defined (no-undef)
server/public/style.css#L1
There are issues with this file's formatting, please run Prettier to fix the errors
server/lib.js#L80
'db' is not defined (no-undef)
server/routes/photos.test.js#L3
'testDb' is assigned a value but never used (no-unused-vars)
server/routes/photos.test.js#L8
'db' is assigned a value but never used (no-unused-vars)
server/db/db.test.js#L16
Disabled test (jest/no-disabled-tests)
server/routes/photos.test.js#L65
Some tests seem to be commented (jest/no-commented-out-tests)
server/routes/photos.test.js#L66
Some tests seem to be commented (jest/no-commented-out-tests)
server/routes/photos.test.js#L75
Some tests seem to be commented (jest/no-commented-out-tests)