Skip to content

add start garbage collection and delete repository to the container r… #89

add start garbage collection and delete repository to the container r…

add start garbage collection and delete repository to the container r… #89

Workflow file for this run

name: rubocop
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
bundler-cache: true
- name: Test
run: |
bundle exec rubocop