You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* ci: add actions workflow to test install
- Use `MinoruSekine/setup-scoop` action to setup scoop.
- Run `Install-Test.ps1` script to validate manifest changes and test installation.
* ci: set git fetch-depth to `2` for proper diff comparison
Set fetch-depth to `2` in `actions/checkout` action configuration,
to ensure sufficient git history for file change detection.
The `fetch-depth` option default value is `1`, refer to https://github.com/actions/checkout/blob/v4.2.2/action.yml#L76
* ci: run `Check-Version.ps1` before testing and add missing setting
- Add the last commit missing `fetch-depth: 2` setting for `Test PowerShell Core` job.
- Execute `Check-Version.ps1` script before running `Install-Test.ps1`.
- Rename step name: 'Install-Test' => 'Check Version and Test'.
---------
Co-authored-by: Feng.YJ <[email protected]>
Co-authored-by: Peng.xn <[email protected]>
0 commit comments