Skip to content

Commit

Permalink
feat: add CI to verify rules
Browse files Browse the repository at this point in the history
  • Loading branch information
M0Rf30 committed Nov 4, 2023
1 parent 965d00d commit a64db88
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a64db88

Please sign in to comment.