release: bump apple-dev-skills to v5.1.3 #11
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: Validate Socket Metadata | |
| on: | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| jobs: | |
| validate: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Check out repository | |
| uses: actions/checkout@v6.0.2 | |
| - name: Set up uv | |
| uses: astral-sh/setup-uv@v8.0.0 | |
| - name: Sync root maintainer environment | |
| run: uv sync --dev | |
| - name: Validate root marketplace wiring | |
| run: uv run scripts/validate_socket_metadata.py |