Sha256: a406cbdc3a20b62c5f37b7d697a64002c498fb3afd4faf3768c4dd2076bbca57
Contents?: true
Size: 533 Bytes
Versions: 2
Compression:
Stored size: 533 Bytes
Contents
on: [push] name: CI jobs: test: strategy: matrix: ruby-version: [2.6, 2.7, 3.0] runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true - run: bundle exec rake test rubocop: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: ruby-version: 3.0 bundler-cache: true - run: bundle exec rubocop
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
middleman-robots-1.3.7 | .github/workflows/ci.yml |
middleman-robots-1.3.6 | .github/workflows/ci.yml |