Skip to content

Bump rubocop from 1.63.1 to 1.63.2 #114

Bump rubocop from 1.63.1 to 1.63.2

Bump rubocop from 1.63.1 to 1.63.2 #114

Workflow file for this run

name: Tests
"on":
pull_request: {}
push:
branches:
- main
jobs:
unit:
name: Unit Test
runs-on: ubuntu-latest
env:
BUNDLE_WITH: development
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run Tests
run: bundle exec rake
- uses: codecov/codecov-action@v4