Skip to content

Enable UHID to support Bluetooth input devices #1076

Enable UHID to support Bluetooth input devices

Enable UHID to support Bluetooth input devices #1076

Workflow file for this run

# Home Assistant Operating System pull-request checks
name: PR checks
on: [pull_request]
jobs:
linters:
runs-on: ubuntu-22.04
steps:
- name: Check out code
uses: actions/checkout@v3
with:
submodules: true
- name: Check Dockerfile
uses: brpaz/[email protected]
with:
dockerfile: Dockerfile
- name: Check shell scripts
uses: ludeeus/[email protected]
with:
ignore: buildroot
- name: Check buildroot-external packages
run: |
buildroot/utils/check-package --exclude PackageHeader --br2-external buildroot-external/package/*/*