Sha256: 11773a124a1205686a471563a385f53dbd2adff5b6059edab6f96ebe539c9da1
Contents?: true
Size: 939 Bytes
Versions: 1
Compression:
Stored size: 939 Bytes
Contents
name: metanorma on: push: # restore the main branch after metanorma upgrade # branches: [ main ] branches: [ unknown ] # restore after metanorma upgrade # pull_request: jobs: test: name: Test on Ruby ${{ matrix.ruby }} ${{ matrix.os }} runs-on: ${{ matrix.os }} continue-on-error: ${{ matrix.experimental }} strategy: fail-fast: false matrix: ruby: [ '2.5', '2.6', '2.7', '3.0' ] os: [ ubuntu-latest, windows-latest, macos-latest ] experimental: [ true ] steps: - uses: actions/checkout@master with: repository: metanorma/metanorma - uses: actions/checkout@master with: path: "fontist" - run: 'echo ''gem "fontist", path: "./fontist"'' > Gemfile.devel' - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - run: bundle exec rake
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fontist-1.11.1 | .github/workflows/metanorma.yml |