Load custom bat theme assets

This commit is contained in:
David Tolnay 2024-10-23 22:53:30 -07:00
parent 497a5a94f6
commit 09f73c8182
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
7 changed files with 117 additions and 5 deletions

View file

@ -77,5 +77,6 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/install@cargo-outdated
- run: cargo tree --package bat --depth 0 | grep "^bat v$(cat src/bat.version)$"
- run: cargo update
- run: cargo outdated --workspace --exit-code 1