diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2020-11-06 08:02:13 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2020-11-06 08:02:13 +0530 |
commit | 75a4123f5a57a07b1d6bc1d35c770b68dcb9c79e (patch) | |
tree | 0c0380ea4f55f60434ce0c2ef82a94233a2db278 | |
parent | d8d43ca85f0fe31b19445db642f3456111ac9c55 (diff) | |
download | nnn-75a4123f5a57a07b1d6bc1d35c770b68dcb9c79e.tar.gz |
Minor changes
-rw-r--r-- | .circleci/config.yml | 2 | ||||
-rw-r--r-- | CHANGELOG | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index be6666c..5128196 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -55,7 +55,7 @@ jobs: echo echo "########## clang-tidy-9 ##########" clang-tidy-9 src/* -- -I/usr/include -I/usr/include/ncursesw - echo "########## checllcheck ##########" + echo "########## shellcheck ##########" find plugins/ -type f -not -name "*.md" -exec shellcheck -e SC1090 {} + package-and-publish: @@ -1,4 +1,4 @@ -nnn v3.4 +nnn v3.4 Emilia 2020-08-18 - icons with icon-specific colors (thanks @KlzXS) |