Sha256: 0c05e315e1ea724e13c06a20ab7e3533065565862f2913db29da40aa8f3f6362

Contents?: true

Size: 464 Bytes

Versions: 6

Compression:

Stored size: 464 Bytes

Contents

env:
  RUBY_VERSION: 2.6

name: tests
on: [push]
jobs:
  rubocop-and-rspec:
    name: Rubocop and Rspec
    runs-on: ubuntu-18.04
    steps:
      - uses: actions/checkout@v1
      - uses: actions/setup-ruby@v1
        with:
          ruby-version: ${{ env.RUBY_VERSION }}
      - name: Install dependencies
        run: |
          gem install bundler
          bundle install
      - name: Check code
        run: bundle exec rake github:run

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
starcall-0.6.0 .github/workflows/tests.yaml
starcall-0.5.0 .github/workflows/tests.yaml
starcall-0.4.0 .github/workflows/tests.yaml
starcall-0.3.0 .github/workflows/tests.yaml
starcall-0.2.1 .github/workflows/tests.yaml
starcall-0.2.0 .github/workflows/tests.yaml