Sha256: ceafca94a8372d8d918c0c21b7b4d9560bfef4cb5063698055ae4d654477e411

Contents?: true

Size: 481 Bytes

Versions: 8

Compression:

Stored size: 481 Bytes

Contents

---
name: Build + Test + Lint
on: [push]
jobs:
  build-test-lint:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v1
      - name: Set up Ruby 2.6
        uses: actions/setup-ruby@v1
        with:
          ruby-version: 2.6.x
      - name: Build
        run: |
          gem install bundler
          bundle install --without=local --jobs 4 --retry 3
      - name: Test
        run: bundle exec rake spec
      - name: Lint
        run: bundle exec rake lint

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
attr-gather-1.2.0 .github/workflows/ruby.yml
attr-gather-1.1.3 .github/workflows/ruby.yml
attr-gather-1.1.2 .github/workflows/ruby.yml
attr-gather-1.1.1 .github/workflows/ruby.yml
attr-gather-1.1.0 .github/workflows/ruby.yml
tty-logger-raven-0.3.2 .github/workflows/ruby.yml
tty-logger-raven-0.3.1 .github/workflows/ruby.yml
attr-gather-1.0.0 .github/workflows/ruby.yml