chore: rename env profile to profile_smoke.yaml (#161 step 6) #94
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 repo 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: howtofit |