Skip to content

chore: fix typo and shorten mdx test samples #2

chore: fix typo and shorten mdx test samples

chore: fix typo and shorten mdx test samples #2

Workflow file for this run

name: Continuous integration
on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: cargo build
- run: cargo test