Skip to content

Bump flasher and migrate to serialx #2

Bump flasher and migrate to serialx

Bump flasher and migrate to serialx #2

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
jobs:
build:
runs-on: ubuntu-slim
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 24
- run: npm ci
- run: npm run build
python-requirements:
runs-on: ubuntu-slim
steps:
- uses: actions/checkout@v6
- uses: astral-sh/setup-uv@v7
- run: uv venv
- run: uv pip install --dry-run -r src/requirements.txt