Skip to content

Add complementary #has_no_{singular_name}_at? on has_many_ordered #177

Add complementary #has_no_{singular_name}_at? on has_many_ordered

Add complementary #has_no_{singular_name}_at? on has_many_ordered #177

Workflow file for this run

name: Ruby
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
strategy:
matrix:
ruby:
- '3.0.6'
- '3.1.2'
- '3.2.2'
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run the default task
run: bundle exec rake
- name: Coveralls
uses: coverallsapp/github-action@v2
- name: Upload coverage report
uses: actions/upload-artifact@v3
with:
name: SimpleCov Coverage
path: coverage/