Skip to content

feat table scan

feat table scan #16

Triggered via pull request July 19, 2024 22:43
Status Success
Total duration 43s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
Run clippy
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, giraffate/clippy-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run clippy: src/buffer/mod.rs#L1
[clippy] reported by reviewdog 🐶 <pre><code>warning: module has the same name as its containing module --> src/buffer/mod.rs:1:1 | 1 | pub mod buffer; | ^^^^^^^^^^^^^^^ | = 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 </code></pre> Raw Output: src/buffer/mod.rs:1:1:w: <pre><code>warning: module has the same name as its containing module --> src/buffer/mod.rs:1:1 | 1 | pub mod buffer; | ^^^^^^^^^^^^^^^ | = 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 </code></pre> __END__
Run test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/