chore(ci): Add check github action #12
Annotations
1 error and 1 warning
[clippy] crates/core/src/lexer.rs#L4:
crates/core/src/lexer.rs#L4
error: unused import: `super::data::DataType`
--> crates/core/src/lexer.rs:4:5
|
4 | use super::data::DataType;
| ^^^^^^^^^^^^^^^^^^^^^
|
= note: `-D unused-imports` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_imports)]`
|
clippy
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/
|