File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 7
7
paths :
8
8
- ' .github/actions/install-meltingpot/action.yml'
9
9
- ' .github/workflows/test-meltingpot.yml'
10
+ - ' .pylintrc'
10
11
- ' meltingpot/**'
11
12
- ' pyproject.toml'
12
13
- ' setup.py'
16
17
paths :
17
18
- ' .github/actions/install-meltingpot/action.yml'
18
19
- ' .github/workflows/test-meltingpot.yml'
20
+ - ' .pylintrc'
19
21
- ' meltingpot/**'
20
22
- ' pyproject.toml'
21
23
- ' setup.py'
45
47
steps :
46
48
- name : Checkout Melting Pot
47
49
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
50
+
48
51
- name : Install Melting Pot
49
52
uses : ./.github/actions/install-meltingpot
50
53
with :
51
54
python-version : ${{ matrix.python-version }}
55
+
52
56
- name : Test Melting Pot
53
57
run : pytest meltingpot
58
+
59
+ - name : Run PyLint on Melting Pot
60
+ run : pylint --errors-only meltingpot
61
+
62
+ - name : Run PyType on Melting Pot
63
+ run : pytype meltingpot
You can’t perform that action at this time.
0 commit comments