feat: add CI to verify rules

This commit is contained in:
M0Rf30 2023-11-04 16:04:07 +01:00
parent 965d00dcf3
commit dc58877893
2 changed files with 28 additions and 0 deletions

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

@ -0,0 +1,9 @@
# Basic set up for three package managers
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

19
.github/workflows/verify.yml vendored Normal file
View File

@ -0,0 +1,19 @@
name: Verify rules
on:
push:
branches:
- "*"
pull_request:
branches:
- "*"
jobs:
build:
runs-on: ubuntu-latest
container: docker.io/archlinux:latest
steps:
- uses: actions/checkout@v4
- name: Test 51-android.rules
run: udevadm verify 51-android.rules