added examples
This commit is contained in:
@@ -4,5 +4,5 @@ os:
|
||||
- linux
|
||||
|
||||
script:
|
||||
- shellcheck -s bash --exclude=SC2034,SC2154 <(awk '/```sh/{f=1;next}/```/{f=0}f' README.md)
|
||||
- shellcheck -s bash --exclude=SC2034,SC2154 <(awk '/```sh$/{f=1;next}/```/{f=0}f' README.md)
|
||||
- ./test.sh
|
||||
|
||||
Reference in New Issue
Block a user