Skip to content

Bump commonmarker from 0.23.9 to 0.23.10 #359

Bump commonmarker from 0.23.9 to 0.23.10

Bump commonmarker from 0.23.9 to 0.23.10 #359

Workflow file for this run

name: Proof Links
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
proof-links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: 'recursive'
- name: Set up Ruby and Bundler
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7.4'
- name: Run Jekyll build
run: |
gem install bundler
bundle install
bundle exec jekyll build
- name: Proof Links
run: ./_script/proof-links