Skip to content

Bump actions/checkout from 3 to 4 #54

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #54

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@v4
- 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