File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -101,9 +101,7 @@ jobs:
101
101
python-version : ${{ env.LINTING_PYTHON_VERSION }}
102
102
cache : ' pip'
103
103
cache-dependency-path : ' pyproject.toml'
104
- # - name: Install with linting tools
105
- # run: pip install .[linting]
106
- - name : NEW INSTALL
104
+ - name : Lint
107
105
run : |
108
106
make
109
107
. zt_venv/bin/activate
@@ -121,10 +119,11 @@ jobs:
121
119
python-version : ${{ env.LINTING_PYTHON_VERSION }}
122
120
cache : ' pip'
123
121
cache-dependency-path : ' pyproject.toml'
124
- - name : Minimal install
125
- run : pip install .
126
- - name : Run lint-hotkeys
127
- run : ./tools/lint-hotkeys
122
+ - name : Lint
123
+ run : |
124
+ make
125
+ . zt_venv/bin/activate
126
+ ./tools/lint-hotkeys
128
127
129
128
docstrings :
130
129
runs-on : ubuntu-latest
@@ -138,10 +137,11 @@ jobs:
138
137
python-version : ${{ env.LINTING_PYTHON_VERSION }}
139
138
cache : ' pip'
140
139
cache-dependency-path : ' pyproject.toml'
141
- - name : Minimal install
142
- run : pip install .
143
- - name : Run lint-docstring
144
- run : ./tools/lint-docstring
140
+ - name : Lint
141
+ run : |
142
+ make
143
+ . zt_venv/bin/activate
144
+ ./tools/lint-docstring
145
145
146
146
gitlint :
147
147
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments