File tree Expand file tree Collapse file tree 7 files changed +500
-598
lines changed Expand file tree Collapse file tree 7 files changed +500
-598
lines changed Original file line number Diff line number Diff line change 99 - spec_live
1010
1111jobs :
12- test-and-lint :
13- name : Test and lint
12+ test :
13+ name : Test
1414 runs-on : ubuntu-latest
1515 strategy :
1616 fail-fast : false
3030 with :
3131 bundler-cache : true
3232 ruby-version : ${{ matrix.ruby }}
33- - name : Test and Lint
34- run : |
35- bundle exec rake
36- bundle exec rubocop
33+ - name : Test
34+ run : bundle exec rake
35+
3736 spec-live :
3837 name : Spec live
3938 if : github.repository == 'zendesk/zendesk_api_client_rb'
5453 bundle exec rake clean_live set_ci_credentials spec:live ||
5554 bundle exec rake clean_live &&
5655 bundle exec rspec spec/live --only-failures
56+
57+ lint :
58+ name : Lint
59+ runs-on : ubuntu-latest
60+ steps :
61+ - name : Checkout code
62+ uses : actions/checkout@v5
63+ - name : Set up Ruby
64+ uses : ruby/setup-ruby@v1
65+ with :
66+ bundler-cache : true
67+ - name : Lint
68+ run : bundle exec rake standard
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments