Skip to content

Compare pandoc output #57

Compare pandoc output

Compare pandoc output #57

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['2.7', '3.0']
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Install Libreoffice
run: |
sudo add-apt-repository ppa:libreoffice/ppa
sudo apt-get install -y --no-install-recommends libreoffice-writer
- name: Run tests
run: script/cibuild