Sha256: f27cd657c45f578dcd9bea779f482e6471b9460af6c459fcb555390e18120320
Contents?: true
Size: 492 Bytes
Versions: 1
Compression:
Stored size: 492 Bytes
Contents
name: CI on: push: branches: - main pull_request: jobs: build: runs-on: ubuntu-latest name: Ruby ${{ matrix.ruby }} strategy: fail-fast: false matrix: ruby: - '2.7' - '3.3' steps: - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - run: bundle exec rubocop --format progress --format github - run: bundle exec rspec
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mem-0.2.0 | .github/workflows/ci.yml |