summaryrefslogtreecommitdiff
path: root/.github/workflows
AgeCommit message (Collapse)AuthorFilesLines
8 daysbuild(deps): bump actions/checkout from 5 to 6HEADmasterdependabot[bot]2-2/+2
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
8 daysci: restructure github actions to use the same structure for all reposmbkma8-181/+341
ci: add missing release.yml ci: remove redundant GH CLI installation step ci: add set -eo pipefail to workflow scripts
2025-03-17ci: Add a GitHub Actions build (#529)Colomban Wendling1-0/+181
Based off https://github.com/mate-desktop/mate-panel/pull/1415