7 Commits

Author SHA1 Message Date
Muhammad Danish
1f8fe1caee
build: update WinGet publish workflow to use env instead of --token (#467)
With the latest winget-create release, the preferred method for
providing the GitHub token in CI/CD environment is via the environment
variable `WINGET_CREATE_GITHUB_TOKEN`. Removed use of `--token` and
switched to environment variable. See https://aka.ms/winget-create-token
for details.
2025-06-11 14:26:27 -07:00
Leonard Hecker
72fb5f1336
Fix mismatched-lifetime-syntaxes clippy warnings (#451) 2025-06-09 17:47:45 -05:00
Dustin L. Howett
d898b704e3
ci: rename and add [push] to triggers (#365)
I think this workflow needs to run on push to `main` _as well as_ pull
request to main so that it shows up as an available branch protection
status check.

Given that it's not just PRs any longer, I renamed it too.
2025-05-30 13:47:23 +02:00
Leonard Hecker
6c1d1848b2
Add a CI check for PRs (#360)
Closes #339
2025-05-30 01:22:08 +02:00
Muhammad Danish
a82483d9ef
Add CI action for publishing package to WinGet (#189)
This is similar to the one in microsoft/terminal,
and uses wingetcreate.
2025-05-28 08:26:00 -07:00
Leonard Hecker
cee02c45b1 Set up a proper Azure build pipeline 2025-04-08 23:29:44 +02:00
Leonard Hecker
f654981a07 Initial import 2025-03-19 03:13:50 +01:00