Skip to content

New: custom graphics with trail map background for discord notifications #70

New: custom graphics with trail map background for discord notifications

New: custom graphics with trail map background for discord notifications #70

Triggered via pull request October 25, 2024 03:15
@cbackascbackas
synchronize #24
trail-map
Status Failure
Total duration 3m 6s
Artifacts

pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
build_docker
buildx failed with: ERROR: failed to solve: failed to compute cache key: failed to calculate checksum of ref c1b9ef7f-d976-4aab-8ad3-206a8fe6dbce::c9ys9ppc6e2t7szs1nsk20mz1: "/app/dist": not found
build
Process completed with exit code 101.
build_docker
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/build-push-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
map_service/src/browser.rs#L2
unused import: `std::time::Duration`
map_service/src/handler.rs#L69
the method `into_response` exists for struct `HtmlTemplate<HTMLTemplate>`, but its trait bounds were not satisfied
map_service/src/handler.rs#L111
`handler::JSTemplate` doesn't implement `std::fmt::Display`
web_service/src/discord.rs#L138
variable does not need to be mutable
web_service/src/discord.rs#L24
field `key` is never read
web_service/src/discord.rs#L169
method `description` is never used
web_service/src/db_service.rs#L138
match can be simplified with `.unwrap_or_default()`
web_service/src/db_service.rs#L230
match can be simplified with `.unwrap_or_default()`
web_service/src/discord.rs#L137
an implementation of `From` is preferred since it gives you `Into<_>` for free where the reverse isn't true