summaryrefslogtreecommitdiff
path: root/.github/workflows
AgeCommit message (Collapse)AuthorFilesLines
2026-01-30ci: fix fedoragh-actionsmbkma1-1/+1
2026-01-30ci: add set -eo pipefail to workflow scriptsmbkma4-0/+8
2026-01-29ci: remove redundant GH CLI installation stepmbkma1-6/+0
2026-01-28ci: add missing PKGBUILD depends to archlinux CI scriptmbkma1-1/+6
2026-01-27ci: migrate from Travis CI to GitHub Actionsmbkma7-0/+313
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.