summaryrefslogtreecommitdiff
path: root/.github/workflows
AgeCommit message (Collapse)AuthorFilesLines
2026-01-30ci: add set -eo pipefail to workflow scriptsgh-actionsmbkma4-0/+8
2026-01-29ci: remove redundant GH CLI installation stepmbkma1-6/+0
2026-01-28ci: add autopoint to mate-desktop.sh for debian/ubuntumbkma1-0/+2
2026-01-28ci: add missing PKGBUILD depends to archlinux CI scriptmbkma1-0/+5
2026-01-28ci: add missing packages and downstream links to CI scriptsmbkma4-4/+7
2026-01-27ci: migrate from Travis CI to GitHub Actionsmbkma8-0/+490
Replace Travis CI configuration with GitHub Actions workflows. Add CI build workflow for Debian, Fedora, Ubuntu, and Archlinux. Add release workflow for automated GitHub releases on tags. Add dependabot configuration for GHA pin updates. Remove obsolete .travis.yml.