From 74ebb8f2a48a755f5aa1af9ac8652e866d93a56a Mon Sep 17 00:00:00 2001 From: canihavethisone Date: Thu, 4 Apr 2024 19:44:29 +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 e8de634..c692888 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 validate lint syntax lint metadata_lint + run: bundle exec rake rubocop syntax lint metadata_lint - name: Run tests run: bundle exec rake parallel_spec