Skip to content

Commit

Permalink
tests: add shellchecks and shfmt to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Frenzie committed Jul 23, 2019
1 parent 61af33a commit 4648ec1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ cd ./tests/
wget https://phar.phpunit.de/phpunit.phar
php phpunit.phar --bootstrap bootstrap.php
```

The `shellchecks.sh` script is used to safeguard shell scripts from common
shell script bugs and to ensure a consistent style.
It requires [ShellCheck](https://www.shellcheck.net/) and [shfmt](https://github.com/mvdan/sh).

0 comments on commit 4648ec1

Please sign in to comment.