We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bfe11b commit 557ac6fCopy full SHA for 557ac6f
.travis.yml
@@ -27,6 +27,14 @@ jobs:
27
- task=shellcheck-dist-bash
28
script:
29
- shellcheck dist/ColorEcho.bash
30
+ - stage: Static tests
31
+ language: node_js
32
+ env:
33
+ - task=editorconfig-check
34
+ install:
35
+ - npm i -g echint
36
+ script:
37
+ - echint
38
39
# test all echo functions on difference shell on Linux
40
- stage: Ubuntu runtime test
0 commit comments