From b57e88bd0f977a4c130e7a20203f86db1ac96478 Mon Sep 17 00:00:00 2001 From: Ethan Konkolowicz Date: Mon, 23 Feb 2026 11:18:22 -0500 Subject: [PATCH] chore: release versioning and changelog gen --- .github/workflows/version-and-publish.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/version-and-publish.yml b/.github/workflows/version-and-publish.yml index cfe33fa..7fe9277 100644 --- a/.github/workflows/version-and-publish.yml +++ b/.github/workflows/version-and-publish.yml @@ -40,12 +40,6 @@ jobs: bundler-cache: true working-directory: turnkey_client - - name: Install rubocop - run: gem install rubocop - - - name: Run rubocop - run: rubocop - - name: Validate gem builds working-directory: turnkey_client run: gem build turnkey_client.gemspec