Skip to content

Commit

Permalink
Merge pull request #11 from invrs-io/ci
Browse files Browse the repository at this point in the history
Clean up CI
  • Loading branch information
mfschubert authored Sep 27, 2023
2 parents 5c10064 + 2643d8f commit cd1094f
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
pip install pre-commit
pre-commit run -a
validate-docstrings:
validate-types-and-docstrings:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand All @@ -54,13 +54,11 @@ jobs:
pip install "totypes/"
pip install ".[tests,dev]"
- name: Validate docstrings
run: |
darglint src --strictness=short --ignore-raise=ValueError
- name: mypy type validation
run: mypy src

- name: Validate docstrings
run: |
mypy src
- name: darglint docstring validation
run: darglint src --strictness=short --ignore-raise=ValueError

tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit cd1094f

Please sign in to comment.