From b54a1044a97af809c20f23a8f7c2be78dd8a43e4 Mon Sep 17 00:00:00 2001 From: Alex Morgan Date: Thu, 7 May 2026 16:09:01 -0400 Subject: [PATCH] feat: remove wrapper validation job Wrapper validation is now performed automatically when using the setup-gradle action, so there's no need for our specific job any more. --- .github/workflows/semantic_library_workflow.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/semantic_library_workflow.yml b/.github/workflows/semantic_library_workflow.yml index 43e0818..1f4baa2 100644 --- a/.github/workflows/semantic_library_workflow.yml +++ b/.github/workflows/semantic_library_workflow.yml @@ -100,13 +100,6 @@ jobs: node_version: ${{ inputs.node_version }} commitlint_version: ${{ inputs.commitlint_version }} - wrapper_validation: - name: "Wrapper Validation" - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: gradle/actions/wrapper-validation@v3 - code_lint: name: Code Lint needs: [ wrapper_validation ]