docs-pipeline 0.1.1

Markdown rendering and tree-sitter syntax highlighting pipeline for documentation sites
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: CI
on:
  push:
    branches: [main, master]
  pull_request:

jobs:
  quality:
    uses: WyattAu/engineering-standards/.github/workflows/rust-kit.yml@main
    with:
      tier: b
      all-features: true
      loom: false
      wasm: false
      miri: false