Skip to content

Commit

Permalink
add type check to CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
artcz committed Jan 19, 2025
1 parent 06bd133 commit 51ed4a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_test_and_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
- name: Run Docker container for lint
run: |
docker run --rm intbot make in-container/lint
docker run --rm intbot make in-container/type-check
services:
postgres:
Expand Down

0 comments on commit 51ed4a8

Please sign in to comment.