Skip to content

Bump commonmarker from 0.23.9 to 0.23.11 #507

Bump commonmarker from 0.23.9 to 0.23.11

Bump commonmarker from 0.23.9 to 0.23.11 #507

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
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