feat: add CI to verify rules (#291)

This commit is contained in:
Gianluca Boiano 2023-11-04 16:06:42 +01:00 committed by M0Rf30
parent 965d00dcf3
commit d9dbf06531
2 changed files with 30 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"

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

@ -0,0 +1,21 @@
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: |
groupadd adbusers
udevadm verify 51-android.rules