From c19bfee125c66915b7142720a1d589342f6033e6 Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Tue, 19 Nov 2024 21:38:22 +0400 Subject: [PATCH] updated pylint.yaml --- .github/workflows/pylint.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pylint.yaml b/.github/workflows/pylint.yaml index 1185728..7b42e4e 100644 --- a/.github/workflows/pylint.yaml +++ b/.github/workflows/pylint.yaml @@ -53,7 +53,7 @@ on: default: 3.10 working-directory: type: string - required: true + required: false default: . #no-pip-install: # type: string @@ -75,7 +75,7 @@ on: default: 3.10 working-directory: type: string - required: true + required: false default: . submodules: type: string