Skip to content

[WIP] Move CI from Gitlab to GitHub #3353

[WIP] Move CI from Gitlab to GitHub

[WIP] Move CI from Gitlab to GitHub #3353

Triggered via pull request December 9, 2024 10:25
@pepoviolapepoviola
synchronize #1889
as-move-ci
Status Success
Total duration 50s
Artifacts

markdown-link-checker.yml

on: pull_request
markdown-link-check
41s
markdown-link-check
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
use of a fallible conversion when an infallible one could be used: crates/parser/src/lib.rs#L184
warning: use of a fallible conversion when an infallible one could be used --> crates/parser/src/lib.rs:184:10 | 184 | .try_into() | ^^^^^^^^ help: use: `into` | = note: converting `&str` to `PathBuf` cannot fail = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_fallible_conversions = note: `#[warn(clippy::unnecessary_fallible_conversions)]` on by default
markdown-link-check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636