Switch from travis to github actions

This commit is contained in:
David Jennes
2022-07-27 02:11:21 +02:00
parent 0bbb8005bb
commit bf6c7ce456
8 changed files with 214 additions and 22 deletions

7
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,7 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"