Skip to content

Commit

Permalink
workflow folder
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Dec 19, 2023
1 parent 0aa2c26 commit 4e75ec5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
run: bundle exec rubocop
working-directory: coll-health-obj-analysis

# Run the Rubocop linter checks
- name: 'Validate JSON schemas'
run: bundle exec ruby sample/ci_validate.rb
working-directory: coll-health

# Install Ruby and run bundler
- uses: ruby/setup-ruby@v1
with:
Expand All @@ -34,11 +39,6 @@ jobs:
run: bundle exec rubocop
working-directory: coll-health

# Run the Rubocop linter checks
- name: 'Validate JSON schemas'
run: bundle exec ruby sample/ci_validate.rb
working-directory: coll-health

# Install Ruby and run bundler
- uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 4e75ec5

Please sign in to comment.