Scoop-GithubActions icon indicating copy to clipboard operation
Scoop-GithubActions copied to clipboard

More advanced checks output

Open Ash258 opened this issue 5 years ago • 0 comments

Check        SubChecks                     Errors
----         ------                        -----
Properties   { License, Description, ..}   { Missing license, Missing description }
Checkver                                   { Cannot find new version, New version available }
Autoupdate   { }
Installation { }

=>

- [ ] Properties
    - Missing license
    - Missing description
- [ ] Checkver
      - New version available
- [x] Autoupdate

IT will be more easier convertible into pester checks also

Ash258 avatar Aug 01 '20 17:08 Ash258