Sha256: ab73617437453acf488b1c8899421cb5170c33f8d49d5454a2309dc20aba6e9d
Contents?: true
Size: 519 Bytes
Versions: 2
Compression:
Stored size: 519 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: [2.5, 2.6, 2.7, 3.0] 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
smart_todo-1.4.3 | .github/workflows/build.yml |
smart_todo-1.3.1 | .github/workflows/build.yml |