fix: off-by-one in test__lp_linear_func_galaxy_dict_from exposed by LightProfileLinear eq #11
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: URL Check | |
| on: | |
| push: | |
| branches: [main] | |
| pull_request: | |
| jobs: | |
| url_check: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo | |
| uses: actions/checkout@v4 | |
| with: | |
| path: repo | |
| - name: Checkout PyAutoBuild | |
| uses: actions/checkout@v4 | |
| with: | |
| repository: PyAutoLabs/PyAutoBuild | |
| ref: main | |
| path: PyAutoBuild | |
| - name: Run url_check.sh | |
| run: bash PyAutoBuild/autobuild/url_check.sh repo |