Skip to content

Commit a060cea

Browse files
author
Phil Friderici
committed
testing
1 parent 8e376a8 commit a060cea

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,10 @@ jobs:
3737
ruby-version: ${{ matrix.ruby }}
3838
bundler-cache: true
3939
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
40+
- name: Run static validations
41+
run: bundle exec rake validate lint
42+
- name: Run rake rubocop
43+
run: bundle exec rake rubocop
4244
- name: Run tests
4345
run: bundle exec rake parallel_spec
4446
acceptance:

0 commit comments

Comments
 (0)