Skip to content

Adding test quodana step. #2

Adding test quodana step.

Adding test quodana step. #2

Triggered via push August 13, 2024 22:10
Status Success
Total duration 2m 7s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
Pointless boolean expression: src/main/java/com/github/jzonthemtn/multinerd/MultiNERD.java#L50
`insidePerson == false` can be simplified to '!insidePerson'
Pointless boolean expression: src/main/java/com/github/jzonthemtn/multinerd/MultiNERD.java#L65
`insidePerson == true` can be simplified to 'insidePerson'
qodana
The following actions use a deprecated Node.js version 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/