Skip to content

Remove a few leftovers (#46) #147

Remove a few leftovers (#46)

Remove a few leftovers (#46) #147

Workflow file for this run

name: Ruby Test
on: [push]
jobs:
test:
name: Ruby Tests
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby: ["3.0", "3.1", "3.2", "3.3"]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: ${{ matrix.ruby }}
- name: Run tests
run: bin/test
- name: Run standardrb
run: bundle exec standardrb