Sha256: f0420c031ed451c0282c15cc5fcb4c264d584aa5af18e64855b1e084974497b7

Contents?: true

Size: 364 Bytes

Versions: 11

Compression:

Stored size: 364 Bytes

Contents

name: Ruby

on: [push,pull_request]

env:
  DEEPL_AUTH_KEY: ${{ secrets.DEEPL_AUTH_KEY }}

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v2
    - name: Set up Ruby
      uses: ruby/setup-ruby@v1
      with:
        ruby-version: 3.0.1
        bundler-cache: true
    - name: Run the RSpec tests
      run: bundle exec rake spec

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
translate_self-2.0.1 .github/workflows/main.yml
translate_self-1.0.1 .github/workflows/main.yml
translate_self-1.0.0 .github/workflows/main.yml
translate_self-0.9.0 .github/workflows/main.yml
translate_self-0.8.0 .github/workflows/main.yml
translate_self-0.7.0 .github/workflows/main.yml
translate_self-0.6.0 .github/workflows/main.yml
translate_self-0.5.0 .github/workflows/main.yml
translate_self-0.4.0 .github/workflows/main.yml
translate_self-0.3.0 .github/workflows/main.yml
translate_self-0.2.0 .github/workflows/main.yml