Skip to content

Add a CLI command for pulling coredevices firmware from memfault #12

Add a CLI command for pulling coredevices firmware from memfault

Add a CLI command for pulling coredevices firmware from memfault #12

Workflow file for this run

name: Lint
on:
push:
branches: [master]
pull_request:
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v5
with:
enable-cache: true
- name: Install dependencies
run: uv sync --only-group dev
- name: Run ruff check
run: uv run ruff check .
- name: Run ruff format --check
run: uv run ruff format --check .