Skip to content

refactor: add query builder for by/with name on tag #54

refactor: add query builder for by/with name on tag

refactor: add query builder for by/with name on tag #54

Triggered via pull request June 10, 2023 15:49
Status Success
Total duration 7m 7s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
test_unit
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
unused imports: `AsSelect`, `Filter`, `Select`: src/app/follow/model.rs#L5
warning: unused imports: `AsSelect`, `Filter`, `Select` --> src/app/follow/model.rs:5:19 | 5 | use diesel::dsl::{AsSelect, Eq, Filter, Select}; | ^^^^^^^^ ^^^^^^ ^^^^^^
unused imports: `AsSelect`, `Filter`, `Select`: src/app/favorite/model.rs#L6
warning: unused imports: `AsSelect`, `Filter`, `Select` --> src/app/favorite/model.rs:6:19 | 6 | use diesel::dsl::{AsSelect, Eq, Filter, Select}; | ^^^^^^^^ ^^^^^^ ^^^^^^ | = note: `#[warn(unused_imports)]` on by default
clippy_check
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
test_e2e
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.