chore: delete dead PYAUTO_SMALL_DATASETS/PYAUTO_FAST_PLOTS from build profiles #131
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: Navigator Check | |
| # Thin caller for PyAutoHands's reusable navigator-catalogue check. The check | |
| # logic (path/banner lint + catalogue staleness) and its entrypoints live in | |
| # PyAutoHands/autohands; this workspace only declares which generator project to | |
| # run. See PyAutoLabs/PyAutoHands/.github/workflows/navigator_check.yml. | |
| on: [push, pull_request] | |
| permissions: | |
| contents: read | |
| jobs: | |
| navigator: | |
| uses: PyAutoLabs/PyAutoHands/.github/workflows/navigator_check.yml@main | |
| with: | |
| project: autofit |