From e7dbcbc0990c9aa915872e488a51bfbdad8d3544 Mon Sep 17 00:00:00 2001 From: VetheonGames <76892542+VetheonGames@users.noreply.github.com> Date: Thu, 27 Jul 2023 18:00:45 -0600 Subject: [PATCH] Update ruby.yml Signed-off-by: VetheonGames <76892542+VetheonGames@users.noreply.github.com> --- .github/workflows/ruby.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index ac16a72..570e863 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -25,6 +25,4 @@ jobs: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true # runs 'bundle install' and caches installed gems automatically - name: Run tests - run: rake - - name: Rubocop run: rubocop