feat: clarify Cuey desktop handoff status (#22) #60
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 Cuey Claude Plugin | |
| on: | |
| pull_request: | |
| push: | |
| branches: [main] | |
| jobs: | |
| validate: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Build plugin package | |
| run: scripts/build-plugin.sh | |
| - name: Upload plugin package | |
| uses: actions/upload-artifact@v4 | |
| with: | |
| name: CueyClaudePlugin | |
| path: dist/CueyClaudePlugin.zip |