Add list of languages/themes

This commit is contained in:
sharkdp 2020-08-02 20:07:37 +02:00 committed by David Peter
parent 63e13d8e54
commit 7056bea9e0
1 changed files with 10 additions and 0 deletions

View File

@ -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