Sha256: e940a7e1fc4636550825123f27c50145680660c6adf815b4bbedfb8e68b0aaa9
Contents?: true
Size: 453 Bytes
Versions: 2
Compression:
Stored size: 453 Bytes
Contents
name: Ruby on: [push,pull_request] jobs: build: runs-on: ubuntu-latest strategy: matrix: ruby: [2.5, 2.6, 2.7] name: Ruby ${{ matrix.ruby }} steps: - uses: actions/checkout@v2 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} - name: Run the default task run: | gem install bundler -v 2.2.4 bundle install bundle exec rake
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
switchbot-0.5.0 | .github/workflows/main.yml |
switchbot-0.4.0 | .github/workflows/main.yml |