Skip to content

Commit e9b9658

Browse files
committed
minor changes to the scripts README
1 parent de498e4 commit e9b9658

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22

33
The scripts follow GitHub's ["Scripts to Rule Them All"](https://github.com/github/scripts-to-rule-them-all).
44

5+
Call them from the root of the project, e.g. `./scripts/lint.sh`.
6+
57
* `scripts/coverage-report.sh` - Generate coverage report.
68
* `scripts/lint.sh` - Run the automated code linting/formatting tools.
79
* `scripts/release.sh` - Publish package to PYPI.
810
* `scripts/test-postgres.sh` - Run the test suite with Postgres.
9-
* `scripts/test-sqlite.sh` - Run the test suite with Sqlite.
11+
* `scripts/test-sqlite.sh` - Run the test suite with SQLite.

0 commit comments

Comments
 (0)