1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-02 11:22:30 +01:00

Add regression testing for the custom assets functionality (#1829)

The test is following the same steps regular users are instructed to follow:
https://github.com/sharkdp/bat/blob/master/README.md#adding-new-syntaxes--language-definitions
This commit is contained in:
Martin Nordholts
2021-09-07 17:01:15 +02:00
committed by GitHub
parent 9602195910
commit d935ea1cda
5 changed files with 101 additions and 0 deletions

View File

@@ -86,6 +86,8 @@ jobs:
run: bat --list-languages
- name: List of themes
run: bat --list-themes
- name: Test custom assets
run: tests/syntax-tests/test_custom_assets.sh
documentation:
name: Documentation