docs: fix typos and two broken sentences in the JOSS Statement of need #2308
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Tests | |
| on: [push, pull_request] | |
| # Unit tests are defined once, centrally, in PyAutoHeart's reusable workflow | |
| # (Heart owns all health/readiness checking). This thin caller preserves PR-time | |
| # gating: the `unittest` job is the required status check on this repo. | |
| jobs: | |
| unittest: | |
| uses: PyAutoLabs/PyAutoHeart/.github/workflows/lib-tests.yml@main | |
| with: | |
| package: autolens | |
| secrets: inherit |