Skip to content

fix(ui): use trishume/syntect to highligh files instead of using bat with tui-term #867

fix(ui): use trishume/syntect to highligh files instead of using bat with tui-term

fix(ui): use trishume/syntect to highligh files instead of using bat with tui-term #867

Workflow file for this run

name: Test
on:
push:
branches: [ "main" ]
pull_request:
paths:
- 'src/**.rs'
- Cargo.toml
- Cargo.lock
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
run: make test-ci