Skip to content

Merge pull request #355 from bcroesch/allow-hard-coded-laquo-raquo #441

Merge pull request #355 from bcroesch/allow-hard-coded-laquo-raquo

Merge pull request #355 from bcroesch/allow-hard-coded-laquo-raquo #441

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
test:
strategy:
fail-fast: false
matrix:
ruby: [3.1, 3.2, 3.3, head]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: bundle exec rspec