Sha256: 7ba7a7af87b75987f269a8478f48afbe195fcc7fd0aa17d1f19d7047ecb4eda2

Contents?: true

Size: 252 Bytes

Versions: 2

Compression:

Stored size: 252 Bytes

Contents

name: Test
on: [push, pull_request]
jobs:
  test:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v4
    - uses: ruby/setup-ruby@v1
      with:
        ruby-version: '3.3'
        bundler-cache: true
    - run: bundle exec make test

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
dry-types-json-schema-0.0.4 .github/workflows/test.yml
dry-types-json-schema-0.0.3 .github/workflows/test.yml