ci: Remove only-new-issues option from linter run

The option is mutually exclusive with the working-directory option that
we need to use due to Toolbx code residing in a subdirectory. The tool
itself does not work recursively.

Fallout from https://github.com/containers/toolbox/pull/974

https://github.com/containers/toolbox/pull/978
This commit is contained in:
Ondřej Míchal 2022-01-09 17:39:01 +02:00
parent f456c173b6
commit 46ff946190
1 changed files with 0 additions and 1 deletions

View File

@ -22,4 +22,3 @@ jobs:
with:
version: latest
working-directory: ./src
only-new-issues: true