From 46ff946190b07a888955d7de8a7d0d8ad42cecb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20M=C3=ADchal?= Date: Sun, 9 Jan 2022 17:39:01 +0200 Subject: [PATCH] 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 --- .github/workflows/linting.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index d2c2a21..3ab6dde 100644 --- a/.github/workflows/linting.yaml +++ b/.github/workflows/linting.yaml @@ -22,4 +22,3 @@ jobs: with: version: latest working-directory: ./src - only-new-issues: true