Skip to content

ci: add permissions #51

ci: add permissions

ci: add permissions #51

Triggered via push January 18, 2024 17:14
Status Success
Total duration 2m 48s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
method `room_id` is never used: src/config.rs#L32
warning: method `room_id` is never used --> src/config.rs:32:10 | 27 | impl Config { | ----------- method in this implementation ... 32 | pub fn room_id(&self, target: u64) -> Option<Arc<Uuid>> { | ^^^^^^^ | = note: `#[warn(dead_code)]` on by default
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/