Sha256: dc4445106834ba571900b044ea7e30b7da2bd2a3896b50da632e7105b6e32494
Contents?: true
Size: 761 Bytes
Versions: 43
Compression:
Stored size: 761 Bytes
Contents
# Auto-generated by Cimas: Do not edit it manually! # See https://github.com/metanorma/cimas name: rake on: push: branches: [ master, main ] tags: [ v* ] pull_request: jobs: rake: name: Test on Ruby ${{ matrix.ruby }} ${{ matrix.os }} runs-on: ${{ matrix.os }} continue-on-error: ${{ matrix.experimental }} strategy: fail-fast: false matrix: ruby: [ '3.0', '2.7', '2.6', '2.5' ] os: [ ubuntu-latest, windows-latest, macos-latest ] experimental: [ false ] steps: - uses: actions/checkout@v2 with: submodules: true - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - run: bundle exec rake
Version data entries
43 entries across 43 versions & 11 rubygems
Version | Path |
---|---|
stepmod-utils-0.3.7 | .github/workflows/rake.yml |
mn2pdf-1.33 | .github/workflows/rake.yml |
mnconvert-1.8.0 | .github/workflows/rake.yml |