Sha256: 9878b64c9b8a71802aeb4a4a826e707a5c49f419b0f0869c3d52fd3846d3fc77

Contents?: true

Size: 454 Bytes

Versions: 4

Compression:

Stored size: 454 Bytes

Contents

name: CI
on:
  push:
    branches: [ main ]
  pull_request:
    branches: [ main ]
jobs:
  build:
    runs-on: ubuntu-latest
    strategy:
      matrix:
        ruby: ['3.0']
    steps:
      - name: Check out repository code
        uses: actions/checkout@v2
      - uses: ruby/setup-ruby@v1
        with:
          ruby-version: ${{ matrix.ruby }}
          bundler-cache: true
      - name: Run Rake
        run: bundle exec rake

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ngrok-api-0.24.0 .github/workflows/ci.yml
ngrok-api-0.23.0 .github/workflows/ci.yml
ngrok-api-0.22.0 .github/workflows/ci.yml
ngrok-api-0.21.0 .github/workflows/ci.yml