ScoopInstaller / GithubActions

Github Actions for Scoop buckets
MIT License
24 stars 22 forks source link

fix: Apply several fixes #39

Closed chawyehsu closed 6 months ago

chawyehsu commented 6 months ago
  1. Change to use powershell shell for jobs execution
    • prior to this, manifest validation was done with ConvertFrom-Json from pwsh which cannot detect errors like tailing commas. Close #38
  2. Support nested bucket structure
  3. Add pull_request_target event trigger
    • manifest validation to pull-requests from fork are now functional
    • not a breaking change, but downstream bucket repos may need update their workflow (change pull_request to pull_request_target in _.github\workflows\pullrequest.yml) to adopt this improvement
chawyehsu commented 6 months ago

No reviews but I'm merging this much-needed PR soon