File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ This GitHub action tests DB migrations database schema changes (database migrati
9
9
- Check migrations as a part of a standard CI/CD pipeline
10
10
- Automatically detect (and prevent!) long-lasting dangerous locks that could put your production systems down
11
11
- Run all tests in secure environment: data cannot be copied to outside of a secured container
12
- - Collect useful artifacts (such as ` pg_stat_*** ` system views) and use them to enpower your DB changes review process
12
+ - Collect useful artifacts (such as ` pg_stat_*** ` system views) and use them to empower your DB changes review process
13
13
14
14
## How to use
15
15
To use the action, create a YAML file in the ` .github/workflows/ ` directory.
You can’t perform that action at this time.
0 commit comments