Skip to content

Bump semantic-release from 17.4.7 to 19.0.3 (#59) #61

Bump semantic-release from 17.4.7 to 19.0.3 (#59)

Bump semantic-release from 17.4.7 to 19.0.3 (#59) #61

Workflow file for this run

name: Test
on: [ push ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@319066216501fbd5e2d568f14b7d68c19fb67a5d
with:
ruby-version: '3.2'
- run: bundle install
- run: bundle exec rspec spec