Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

feat: use bat for syntax highlighting instead of syntect #11

feat: use bat for syntax highlighting instead of syntect

feat: use bat for syntax highlighting instead of syntect #11

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
name: cargo test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- run: cargo build