Skip to content

feat(tui): proper markdown rendering with syntax highlighting #219

feat(tui): proper markdown rendering with syntax highlighting

feat(tui): proper markdown rendering with syntax highlighting #219

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
merge_group:
workflow_dispatch:
concurrency:
group: "${{ github.workflow }}-${{ github.event.merge_group.ref || github.ref }}"
cancel-in-progress: true
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
with:
cache-prefix: check
- run: bin/check