Default to black font in TOML theme, fix CI #547
Annotations
14 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. 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/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
src/ggplotnim/ggplot_ticks.nim#L166
trans, invTrans all have default value 'nil', this may be unintentional, either use ';' (semicolon) or explicitly write each default value [ImplicitDefaultValue]
|
src/ggplotnim.nim#L2305
left, right, top, bottom all have default value 'NaN', this may be unintentional, either use ';' (semicolon) or explicitly write each default value [ImplicitDefaultValue]
|
|
src/ggplotnim/ggplot_ticks.nim#L166
trans, invTrans all have default value 'nil', this may be unintentional, either use ';' (semicolon) or explicitly write each default value [ImplicitDefaultValue]
|
src/ggplotnim.nim#L2305
left, right, top, bottom all have default value 'NaN', this may be unintentional, either use ';' (semicolon) or explicitly write each default value [ImplicitDefaultValue]
|
tests/test_issue2.nim#L2
imported and not used: 'seqmath' [UnusedImport]
|
|
src/ggplotnim/ggplot_ticks.nim#L166
trans, invTrans all have default value 'nil', this may be unintentional, either use ';' (semicolon) or explicitly write each default value [ImplicitDefaultValue]
|
src/ggplotnim.nim#L2305
left, right, top, bottom all have default value 'NaN', this may be unintentional, either use ';' (semicolon) or explicitly write each default value [ImplicitDefaultValue]
|
|
|
This job succeeded
Loading