Skip to content

Commit 285bca1

Browse files
authored
Merge pull request #179 from cta-observatory/fix_readme
Add rst-lint step in CI and fix README
2 parents 45a7416 + af6a065 commit 285bca1

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,14 @@ jobs:
2929
- name: Install dependencies
3030
run: |
3131
python --version
32-
pip install -U pip setuptools wheel
33-
pip install --use-feature=2020-resolver -e .[all]
32+
pip install -U pip setuptools wheel restructuredtext_lint
33+
pip install -e .[all]
3434
pip freeze
3535
36+
- name: Check README
37+
run: |
38+
rst-lint README.rst
39+
3640
- name: Tests
3741
run: |
3842
pytest --cov=pyirf --cov-report=xml

README.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ pyirf |ci| |codacy| |coverage| |doilatest|
1010
:target: https://codecov.io/gh/cta-observatory/pyirf
1111
.. |doilatest| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.4740755.svg
1212
:target: https://doi.org/10.5281/zenodo.4740755
13-
..|zenodo|
1413

1514
*pyirf* is a python library for the generation of Instrument Response
1615
Functions (IRFs) and sensitivities for the

0 commit comments

Comments
 (0)