Skip to content
This repository was archived by the owner on Feb 26, 2026. It is now read-only.

Merge pull request #365 from kufu/chore-ruby-only-auto-update-add-ren… #674

Merge pull request #365 from kufu/chore-ruby-only-auto-update-add-ren…

Merge pull request #365 from kufu/chore-ruby-only-auto-update-add-ren… #674

Workflow file for this run

name: build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
rspec:
runs-on: ubuntu-latest
env:
SLACK_TOKEN: "DUMMY"
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3.2'
bundler-cache: true
- name: Install dependencies
run: bundle install
- name: Build and test
run: bundle exec rspec
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3.2'
bundler-cache: true
- name: Run rubocop
run: bundle exec rubocop