Skip to content

Commit cc00d4f

Browse files
authored
Merge pull request #151 from wingo/fix-mypy-errors
Fix test-runner self-tests
2 parents aac7348 + 852d8e7 commit cc00d4f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/compile-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
pull_request:
88
branches:
99
- '*'
10+
paths:
11+
- 'tests/**'
1012

1113
jobs:
1214
build_assemblyscript:

test-runner/requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-r common.txt
22
flake8==5.0.4
33
mypy==0.991
4-
pylint==2.14.3
4+
pylint==3.3.8
55
pytest==6.2.5
66
coverage==6.3.3

0 commit comments

Comments
 (0)