From 6e3f7024df22b3d91c19c053133a25c389e88b8d Mon Sep 17 00:00:00 2001 From: Vince Grassia <593223+vgrassia@users.noreply.github.com> Date: Wed, 12 Feb 2025 11:38:28 -0500 Subject: [PATCH] Remove step (#366) --- .github/workflows/workflow-linter.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/workflow-linter.yml b/.github/workflows/workflow-linter.yml index fdac759b..94ab1416 100644 --- a/.github/workflows/workflow-linter.yml +++ b/.github/workflows/workflow-linter.yml @@ -39,7 +39,3 @@ jobs: - name: Lint if: steps.changed-workflows.outputs.all_changed_files_count != '0' run: bwwl lint -f .github/workflows - - - name: Validate examples - if: steps.changed-workflows.outputs.all_changed_files_count != '0' - run: bwwl lint -f .github/templates/workflow-templates # validate that example workflows still meet bitwarden standards