Skip to content

Commit

Permalink
re-chop
Browse files Browse the repository at this point in the history
  • Loading branch information
gjtorikian committed Jan 28, 2025
1 parent 6208f84 commit d37fbac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Set up Ruby
uses: yettoapp/actions/setup-languages@main
with:
ruby: true

- name: RuboCop
run: bundle exec rake rubocop
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ['3.1', '3.2', '3.3', '3.4']
ruby-version: ["3.1", "3.2", "3.3", "3.4"]
steps:
- uses: actions/checkout@v4

- name: Set up Ruby
uses: yettoapp/actions/setup-languages@main
with:
ruby: true
ruby-version: ${{ matrix.ruby-version }}

- name: Run tests
run: bundle exec rake test

0 comments on commit d37fbac

Please sign in to comment.