Skip to content

Release pulldown-cmark-to-cmark v16.0.0 #168

Release pulldown-cmark-to-cmark v16.0.0

Release pulldown-cmark-to-cmark v16.0.0 #168

Workflow file for this run

name: Rust
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: tests
run: |
make tests