Skip to content

Commit

Permalink
chore: add type checking to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
raf-nr committed Sep 27, 2024
1 parent 835272c commit e5e1c21
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-linter-and-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
- name: Run all linters and formatters
run: make lint

- name: Run type check
run: make check-types

- name: Up all containers
run: docker compose -f dev-docker-compose.yaml up --build --force-recreate --remove-orphans -d

Expand Down

0 comments on commit e5e1c21

Please sign in to comment.