Sha256: 8524febe17a64c9f5c768bb1a7ff67280f357c6df1e7717808040fdb34466c5f
Contents?: true
Size: 448 Bytes
Versions: 2
Compression:
Stored size: 448 Bytes
Contents
name: Ruby on: push: branches: - main pull_request: jobs: build: runs-on: ubuntu-latest name: Ruby ${{ matrix.ruby }} strategy: matrix: ruby: - '3.3.2' steps: - uses: actions/checkout@v4 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - name: Run the default task run: bundle exec rake
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
lutaml-path-0.1.0 | .github/workflows/main.yml |
moxml-0.1.0 | .github/workflows/main.yml |