Sha256: eeee1d06d2edebcd3536f096f4b947f9f080e7e6f418e47fada627269a1eecf0
Contents?: true
Size: 636 Bytes
Versions: 2
Compression:
Stored size: 636 Bytes
Contents
name: Test & Lint on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: runs-on: ubuntu-latest continue-on-error: ${{ matrix.experimental }} strategy: fail-fast: false matrix: ruby: [ '2.6', '2.7', '3.0', '3.1' ] experimental: [ false ] name: Ruby ${{ matrix.ruby }} steps: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} - run: gem install bundler:2.1.4 - run: bundle install - run: bundle exec rspec --format progress - run: bundle exec rubocop
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
slack-ruby-block-kit-0.23.0 | .github/workflows/ci.yml |
slack-ruby-block-kit-0.22.0 | .github/workflows/ci.yml |