Sha256: 5607e361c82da41f73fb9206feaab449f818b4cef87628b0ea3233a13e17f114

Contents?: true

Size: 417 Bytes

Versions: 3

Compression:

Stored size: 417 Bytes

Contents

name: Pandoc
on: [push, pull_request]

jobs:
  Pandoc:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@master
    - uses: ruby/setup-ruby@v1
      with:
        ruby-version: '2.7'
    - uses: r-lib/actions/setup-pandoc@v1
      with:
        pandoc-version: '2.11.3'
    - run: |
        gem install bundler --no-document
        bundle install --retry 3
        bundle exec ruby test/run_test.rb

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pandoc2review-1.4.0 .github/workflows/pandoc.yml
pandoc2review-1.3.0 .github/workflows/pandoc.yml
pandoc2review-1.2.0 .github/workflows/pandoc.yml