Skip to content

fix(usb): proper reset timing #120

fix(usb): proper reset timing

fix(usb): proper reset timing #120

Workflow file for this run

name: Test and Lint
on:
push:
pull_request:
branches: [main]
jobs:
test:
name: Test and Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install packages
run: npm ci
- name: Prettier
run: npm run format:check
- name: Lint
run: npm run lint
- name: Test code
run: npm test