Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Merge pull request #116 from PThorpe92/postman #218

Merge pull request #116 from PThorpe92/postman

Merge pull request #116 from PThorpe92/postman #218

Triggered via push April 5, 2024 15:51
Status Success
Total duration 51s
Artifacts

clippy.yml

on: push
clippy_check
44s
clippy_check
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
module has the same name as its containing module: src/screens/input/mod.rs#L1
warning: module has the same name as its containing module --> src/screens/input/mod.rs:1:1 | 1 | pub mod input; | ^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#module_inception = note: `#[warn(clippy::module_inception)]` on by default
clippy_check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
clippy_check
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/