mirror of
https://github.com/sharkdp/bat
synced 2026-07-21 16:43:19 +00:00
Add list of languages/themes
This commit is contained in:
@@ -53,6 +53,16 @@ jobs:
|
||||
with:
|
||||
command: test
|
||||
args: --release
|
||||
- name: List of languages
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: run
|
||||
args: --release -- --list-languages
|
||||
- name: List of themes
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: run
|
||||
args: --release -- --list-themes
|
||||
|
||||
build:
|
||||
name: Build
|
||||
|
||||
Reference in New Issue
Block a user