We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a32b8b8 commit e292dceCopy full SHA for e292dce
1 file changed
.github/workflows/ci.yaml
@@ -35,12 +35,11 @@ jobs:
35
run: curl -sSL https://install.python-poetry.org | python3 -
36
- name: Install dependencies
37
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
+ - name: Typecheck
+ run: poetry run tox -e typecheck
+ - name: Lint
+ run: poetry run tox -e lint
+ - name: Security
+ run: poetry run tox -e secure
45
- name: Test
46
run: poetry run tox
0 commit comments