mirror of
https://github.com/sharkdp/bat.git
synced 2025-01-31 10:11:07 +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:
|
with:
|
||||||
command: test
|
command: test
|
||||||
args: --release
|
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:
|
build:
|
||||||
name: Build
|
name: Build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user