Sha256: ded1808820a12ec890e1217179896e7d83152ea0948c1de3b998ba1bd5e7bfca
Contents?: true
Size: 524 Bytes
Versions: 2
Compression:
Stored size: 524 Bytes
Contents
name: CI on: [push] jobs: test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: ruby-version: 3.2.1 bundler-cache: true - run: bundle install - run: bundle exec rspec rubocop: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: ruby-version: 3.2.1 bundler-cache: true - run: bundle install - run: bundle exec rubocop
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mobilize-america-client-0.5.1 | .github/workflows/ci.yml |
mobilize-america-client-0.5.0 | .github/workflows/ci.yml |