From de30d3c485e1a41c9b81558d983737e5d333a4c5 Mon Sep 17 00:00:00 2001 From: Sam <109683132+kernelsam@users.noreply.github.com> Date: Mon, 26 Feb 2024 08:49:31 -0800 Subject: [PATCH] full check --- .github/workflows/lint-repo.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/lint-repo.yaml b/.github/workflows/lint-repo.yaml index d4a2ae5..a687735 100644 --- a/.github/workflows/lint-repo.yaml +++ b/.github/workflows/lint-repo.yaml @@ -15,3 +15,5 @@ permissions: jobs: lint-code-base: uses: senzing-factory/build-resources/.github/workflows/linter.yaml@main + with: + validate-all-codebase: true