Skip to content

Bump commonmarker from 0.23.6 to 0.23.10 #104

Bump commonmarker from 0.23.6 to 0.23.10

Bump commonmarker from 0.23.6 to 0.23.10 #104

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Build
run: bundle exec middleman build