Skip to content

Commit a6b52e0

Browse files
committed
update miss hit
1 parent 1ede401 commit a6b52e0

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

.github/workflows/miss_hit.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,16 @@ jobs:
2828
- name: Install dependencies
2929
run: |
3030
python -m pip install --upgrade pip setuptools
31-
pip3 install install miss_hit
31+
pip3 install -r requirements.txt
3232
33-
- name: Miss_hit code quality
33+
- name: MISS_HIT Code style
3434
run: |
35-
mh_metric . --ci
35+
mh_style --process-slx
3636
37-
- name: Miss_hit code style
37+
- name: MISS_HIT Metrics
3838
run: |
39-
mh_style .
39+
mh_metric --ci
40+
41+
- name: MISS_HIT Bug finder
42+
run: |
43+
mh_lint

docs/requirements.txt renamed to requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ Sphinx
22
sphinxcontrib-matlabdomain
33
sphinxcontrib-napoleon
44
sphinx_rtd_theme
5+
miss_hit==0.9.15

0 commit comments

Comments
 (0)