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 de498e4 commit e9b9658Copy full SHA for e9b9658
scripts/README.md
@@ -2,8 +2,10 @@
2
3
The scripts follow GitHub's ["Scripts to Rule Them All"](https://github.com/github/scripts-to-rule-them-all).
4
5
+Call them from the root of the project, e.g. `./scripts/lint.sh`.
6
+
7
* `scripts/coverage-report.sh` - Generate coverage report.
8
* `scripts/lint.sh` - Run the automated code linting/formatting tools.
9
* `scripts/release.sh` - Publish package to PYPI.
10
* `scripts/test-postgres.sh` - Run the test suite with Postgres.
-* `scripts/test-sqlite.sh` - Run the test suite with Sqlite.
11
+* `scripts/test-sqlite.sh` - Run the test suite with SQLite.
0 commit comments