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