summaryrefslogtreecommitdiff
path: root/.github/workflows
AgeCommit message (Collapse)AuthorFilesLines
30 hoursci: add set -eo pipefail to workflow scriptsgh-actionsmbkma4-0/+8
31 hoursci: remove redundant GH CLI installation stepmbkma1-6/+0
3 daysci: add missing PKGBUILD depends to archlinux CI scriptmbkma1-0/+11
3 daysci: add missing packages and downstream links to CI scriptsmbkma4-2/+6
3 daysci: migrate from Travis CI to GitHub Actionsmbkma7-0/+297
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.