Skip to content

update firmware.json with new xbl #1607

update firmware.json with new xbl

update firmware.json with new xbl #1607

Workflow file for this run

name: tests
on:
push:
branches: [ master ]
pull_request:
jobs:
precommit:
name: pre-commit
runs-on: ubuntu-latest
timeout-minutes: 1
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- uses: pre-commit/action@v3.0.1