Skip to content

Merge pull request #29 from r7kamura/bin-executable-remove #30

Merge pull request #29 from r7kamura/bin-executable-remove

Merge pull request #29 from r7kamura/bin-executable-remove #30

Workflow file for this run

name: test
on:
pull_request:
push:
branches:
- master
jobs:
rspec:
uses: r7kamura/workflows/.github/workflows/ruby-rspec.yml@main
with:
ruby-version: 2.7.4
rubocop:
uses: r7kamura/workflows/.github/workflows/ruby-rubocop.yml@main
with:
ruby-version: 2.7.4