Skip to content

Update commonmarker requirement from ~> 1.1.2 to ~> 2.0.1 in the bundler-dependencies group #72

Update commonmarker requirement from ~> 1.1.2 to ~> 2.0.1 in the bundler-dependencies group

Update commonmarker requirement from ~> 1.1.2 to ~> 2.0.1 in the bundler-dependencies group #72

Workflow file for this run

name: CI
on:
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: yettoapp/actions/setup-languages@main
with:
ruby: true
- name: Run tests
run: bundle exec rake test