Skip to content

Commit e292dce

Browse files
committed
fix: enable other checks for CI
1 parent a32b8b8 commit e292dce

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,11 @@ jobs:
3535
run: curl -sSL https://install.python-poetry.org | python3 -
3636
- name: Install dependencies
3737
run: poetry install
38-
# FIXME: make this work
39-
# - name: Typecheck
40-
# run: poetry run tox -e typecheck
41-
# - name: Lint
42-
# run: poetry run tox -e lint
43-
# - name: Security
44-
# run: poetry run tox -e secure
38+
- name: Typecheck
39+
run: poetry run tox -e typecheck
40+
- name: Lint
41+
run: poetry run tox -e lint
42+
- name: Security
43+
run: poetry run tox -e secure
4544
- name: Test
4645
run: poetry run tox

0 commit comments

Comments
 (0)