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 06bd133 commit 51ed4a8Copy full SHA for 51ed4a8
.github/workflows/build_test_and_lint.yml
@@ -41,6 +41,7 @@ jobs:
41
- name: Run Docker container for lint
42
run: |
43
docker run --rm intbot make in-container/lint
44
+ docker run --rm intbot make in-container/type-check
45
46
services:
47
postgres:
0 commit comments