From 979c376b5876ab207850dcb0cb73592f0d72d3ad Mon Sep 17 00:00:00 2001 From: canihavethisone Date: Thu, 4 Apr 2024 19:46:59 +1100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c692888..51a23ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,6 +54,6 @@ jobs: cache-version: 2 bundler: '2.1.0' - name: Validate - run: bundle exec rake rubocop syntax lint metadata_lint + run: bundle exec rake syntax lint metadata_lint - name: Run tests run: bundle exec rake parallel_spec