chore: Add Scoop manifest and Windows CI validation#67
Merged
Conversation
Add longbridge.json Scoop manifest so Windows users can install via: scoop install https://raw.githubusercontent.com/longbridge/.../main/longbridge.json Add update-scoop.yml workflow to bump version and SHA256 on each release. Update README to list Scoop as a Windows install option and update Requirements. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Extend test-install.yml to trigger on longbridge.json changes and add a windows-scoop job that installs Scoop then runs `scoop install .\longbridge.json` to validate the manifest end-to-end. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Rename manifest file to scoop.json (more descriptive) - Update update-scoop.yml and test-install.yml references - Limit push trigger to main branch and tags to avoid duplicate runs on PR Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
longbridge.jsonScoop manifest for Windows installation:.github/workflows/update-scoop.yml— automatically updateslongbridge.jsonversion and SHA256 after each release (mirrors the existingupdate-homebrew.ymlpattern)README.mdto list Scoop as a Windows install option alongside the existing PowerShell script; update Requirements to include Windowstest-install.ymlto validate the Scoop manifest in CI (windows-scoopjob)Test plan
longbridge.jsonis valid JSON and Scoop can parse itwindows-scoopCI job installs viascoop install .\longbridge.jsonand verifieslongbridge --versionupdate-scoop.ymlworkflow triggers after a release and commits updated version/hash🤖 Generated with Claude Code