Compare commits
2 commits
96766f116f
...
a0d030d26e
Author | SHA1 | Date | |
---|---|---|---|
a0d030d26e | |||
6f6209ee7c |
2 changed files with 4 additions and 2 deletions
|
@ -11,6 +11,8 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- run: rustup component add rustfmt clippy
|
||||
- run: cargo fmt -- --check
|
||||
continue-on-error: true
|
||||
- run: cargo clippy -- -D warnings
|
||||
continue-on-error: true
|
||||
- run: cargo check
|
||||
- run: cargo test
|
|
@ -67,7 +67,7 @@ fn main() -> Result<()> {
|
|||
.map(|x| {
|
||||
format!(
|
||||
"{} {}",
|
||||
extract_date_time(&x.to_string()).first().unwrap(),
|
||||
extract_date_time(x).first().unwrap(),
|
||||
extract_message(x)
|
||||
)
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue