Skip to content

Improve error message for n.times syntax #11

Improve error message for n.times syntax

Improve error message for n.times syntax #11

Workflow file for this run

name: Automated tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: test
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.1', '3.2']
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- run: bundle exec rspec
- run: bundle exec rubocop