Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.

Update rubyzip requirement from ~> 2.4 to >= 2.4, < 4.0 #74

Update rubyzip requirement from ~> 2.4 to >= 2.4, < 4.0

Update rubyzip requirement from ~> 2.4 to >= 2.4, < 4.0 #74

Workflow file for this run

name: Ruby
on:
push:
branches:
- main
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
cancel-in-progress: true
permissions: {}
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- run: bundle exec standardrb --format github --format "Standard::Formatter"
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby:
- "3.4"
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rspec