Skip to content

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

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

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

Triggered via pull request June 10, 2023 05:21
Status Success
Total duration 6m 37s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
type alias `All` is never used: src/app/article/model.rs#L27
warning: type alias `All` is never used --> src/app/article/model.rs:27:6 | 27 | type All<DB> = Select<articles::table, AsSelect<Article, DB>>; | ^^^ | = note: `#[warn(dead_code)]` on by default
unused import: `Filter`: src/app/article/model.rs#L6
warning: unused import: `Filter` --> src/app/article/model.rs:6:33 | 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_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/.
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/.