Skip to content

Bump guard from 2.20.0 to 2.20.1 #57

Bump guard from 2.20.0 to 2.20.1

Bump guard from 2.20.0 to 2.20.1 #57

Workflow file for this run

name: Run Tests
on:
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Test
run: bundle exec rake