Skip to content

Commit

Permalink
Add typechecking to test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
njooma committed Jan 2, 2024
1 parent 3107864 commit 88275b4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
push:
branches: [main]
pull_request_target:
branches: [main, 'rc-*']
branches: [main, "rc-*"]

jobs:
test:
Expand Down Expand Up @@ -44,6 +44,9 @@ jobs:
run: poetry run pip install -r requirements-test.txt
if: ${{ matrix.requirements-version == 'min' }}

- name: Type Check
run: make typecheck

- name: Lint
run: make lint

Expand Down

0 comments on commit 88275b4

Please sign in to comment.