comrak 0.53.0

A 100% CommonMark-compatible GitHub Flavored Markdown parser and formatter
Documentation
1
2
3
4
5
6
7
8
9
10
name: Ensure declared MSRV is tested

on: [push, pull_request]

jobs:
  ensure_msrv:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
    - run: script/check-msrv-matches-workflow