Sha256: 942d744a1b9355c6ea3638c6f7891310e9241dcf6f8232a79fcdb8e870d3c4d5

Contents?: true

Size: 364 Bytes

Versions: 1

Compression:

Stored size: 364 Bytes

Contents

name: Ruby

on:
  push:
    branches: [ main ]
  pull_request:
    branches: [ main ]

jobs:
  test:
    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v4
    - uses: ruby/setup-ruby@v1
      with:
        ruby-version: '3.2'
        bundler-cache: true # runs 'bundle install' and caches installed gems automatically

    - run: bundle exec rake

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
danger-swiftformat-0.9.0 .github/workflows/ruby.yml