Sha256: 202c3dd5e2c5d678d3d03b6c282bb66878e703b914fdbed7d432bd58287908fb
Contents?: true
Size: 513 Bytes
Versions: 3
Compression:
Stored size: 513 Bytes
Contents
name: CI on: push: branches: [ main ] pull_request: branches: [ main ] jobs: build: runs-on: ubuntu-latest name: Ruby ${{ matrix.version }} strategy: matrix: version: [3.0, 3.1, 3.2] steps: - uses: actions/checkout@v2 - name: Set up Ruby ${{ matrix.version }} uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.version }} bundler-cache: true - name: Run Tests run: | bundle exec rake test
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
smart_todo-1.7.0 | .github/workflows/build.yml |
smart_todo-1.6.0 | .github/workflows/build.yml |
smart_todo-1.5.0 | .github/workflows/build.yml |