Skip to content

Bump commonmarker from 0.23.9 to 0.23.10 (#24) #37

Bump commonmarker from 0.23.9 to 0.23.10 (#24)

Bump commonmarker from 0.23.9 to 0.23.10 (#24) #37

Workflow file for this run

name: CI
on:
push:
branches: [ gh-pages ]
pull_request:
branches: [ gh-pages ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Test
run: make && make test