Sha256: 430c077c24ea152782580202138f472a80e26623cf568149d30f56f00df9aa73
Contents?: true
Size: 747 Bytes
Versions: 2
Compression:
Stored size: 747 Bytes
Contents
name: Test & Lint on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: permissions: contents: write id-token: write runs-on: ubuntu-latest continue-on-error: ${{ matrix.experimental }} strategy: fail-fast: false matrix: ruby: [ '2.7', '3.0', '3.1', '3.2', '3.3' ] experimental: [ false ] name: Ruby ${{ matrix.ruby }} steps: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - uses: codecov/codecov-action@v4 with: use_oidc: true - 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.25.0 | .github/workflows/ci.yml |
slack-ruby-block-kit-0.24.0 | .github/workflows/ci.yml |