Skip to content

feat: implement Bluetooth Emulation BiDi mapping #10719

feat: implement Bluetooth Emulation BiDi mapping

feat: implement Bluetooth Emulation BiDi mapping #10719

Workflow file for this run

# https://github.com/pre-commit/action
name: Pre-commit
# Declare default permissions as read only.
permissions: read-all
env:
PIP_DISABLE_PIP_VERSION_CHECK: 1
on:
merge_group:
pull_request:
push:
branches: 'main'
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Set up Node.js
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
with:
node-version-file: '.nvmrc'
cache: npm
- name: Setup Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.0
with:
go-version: '1.21.x'
- uses: google/wireit@83d7f8bed70b7bcfc40f4b9f54f4b7485753991b # setup-github-actions-caching/v2.0.1
- run: npm ci
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
with:
python-version: '3.11'
cache: pip
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd #v3.0.1
with:
# We need --all-files as this overrides the defaults
extra_args: --hook-stage manual --all-files