mirror of
https://github.com/dylanaraps/pure-sh-bible
synced 2026-03-14 12:45:48 +01:00
docs: update
This commit is contained in:
parent
d171c9b651
commit
bb10d3173c
1 changed files with 2 additions and 1 deletions
3
test.sh
3
test.sh
|
|
@ -17,7 +17,8 @@ main() {
|
|||
esac
|
||||
done < README.md > readme_code
|
||||
|
||||
# Run shellcheck and source the code.
|
||||
# Run shellcheck on the extracted code blocks
|
||||
# and this test script itself.
|
||||
shellcheck -s sh readme_code test.sh || exit 1
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue