feat: add UVC for Pixel devices (close #321) #72
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |