We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e376a8 commit a060ceaCopy full SHA for a060cea
.github/workflows/ci.yaml
@@ -37,8 +37,10 @@ jobs:
37
ruby-version: ${{ matrix.ruby }}
38
bundler-cache: true
39
bundler: '2.1.0'
40
- - name: Validate
41
- run: bundle exec rake check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop syntax lint metadata_lint
+ - name: Run static validations
+ run: bundle exec rake validate lint
42
+ - name: Run rake rubocop
43
+ run: bundle exec rake rubocop
44
- name: Run tests
45
run: bundle exec rake parallel_spec
46
acceptance:
0 commit comments