Added support for sold transactions of Revolut (USD currency stocks only. Need to do EUR later on) #29
Annotations
16 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/csvparser.rs#L1
unused import: `crate::logging::ResultExt`
|
src/csvparser.rs#L3
unused imports: `IResult`, `branch::alt`, `complete::alphanumeric1`, `is_digit`, and `sequence::delimited`
|
src/csvparser.rs#L425
unused import: `super::*`
|
src/csvparser.rs#L75
variable does not need to be mutable
|
src/csvparser.rs#L83
variable does not need to be mutable
|
src/csvparser.rs#L99
variable does not need to be mutable
|
src/csvparser.rs#L295
value assigned to `dates` is never read
|
src/csvparser.rs#L300
value assigned to `incomes` is never read
|
src/csvparser.rs#L301
value assigned to `taxes` is never read
|
src/pdfparser.rs#L433
value assigned to `state` is never read
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
This job succeeded
Loading