Sha256: 5d493e41e5aeea7a473c848c2bab939f5dbfe96e218a740da5a935aaeb643e4f

Contents?: true

Size: 542 Bytes

Versions: 4

Compression:

Stored size: 542 Bytes

Contents

name: Build Status

on:
  push:
    branches:
      - main

# Using the Ruby teams https://github.com/ruby/setup-ruby, not the Github
# team's https://github.com/actions/setup-ruby

jobs:
  validate:
    runs-on: ubuntu-latest
    steps:
      - name: Git clone
        uses: actions/checkout@v2
        with:
          fetch-depth: 2
      - name: Setup Ruby
        uses: ruby/setup-ruby@v1
        with:
          ruby-version: '2.7'
          bundler-cache: true
      - name: Run tests
        id: test
        run: bundle exec rake doc

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
terradactyl-1.5.0 .github/workflows/build-status.yml
terradactyl-1.4.2 .github/workflows/build-status.yml
terradactyl-1.4.1 .github/workflows/build-status.yml
terradactyl-1.4.0 .github/workflows/build-status.yml