mirror of
https://github.com/sharkdp/bat.git
synced 2025-01-19 04:21:06 +00:00
Add list of languages/themes
This commit is contained in:
parent
63e13d8e54
commit
7056bea9e0
10
.github/workflows/CICD.yml
vendored
10
.github/workflows/CICD.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user